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