mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-18 00:56:38 +00:00
Fix exception when stopping a game
This commit is contained in:
parent
10a3f9af0e
commit
6e9de371d7
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user