mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-06-17 22:32:06 +00:00
Fix exception when stopping a game
This commit is contained in:
+1
-1
@@ -444,7 +444,7 @@ NvHTTP.prototype = {
|
|||||||
// Refresh server info after quitting because it may silently fail if the
|
// Refresh server info after quitting because it may silently fail if the
|
||||||
// session belongs to a different client.
|
// session belongs to a different client.
|
||||||
// TODO: We should probably bubble this up to our caller.
|
// TODO: We should probably bubble this up to our caller.
|
||||||
.then(refreshServerInfo().bind(this));
|
.then(this.refreshServerInfo());
|
||||||
},
|
},
|
||||||
|
|
||||||
pair: function(randomNumber) {
|
pair: function(randomNumber) {
|
||||||
|
|||||||
Reference in New Issue
Block a user