mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-23 08:27:09 +00:00
Address broken error checking for launch requests and other minor issues
This commit is contained in:
@@ -417,9 +417,7 @@ NvHTTP.prototype = {
|
||||
'&remoteControllersBitmap=' + gamepadMask +
|
||||
'&gcmap=' + gamepadMask,
|
||||
false
|
||||
]).then(function(ret) {
|
||||
return true;
|
||||
});
|
||||
]);
|
||||
},
|
||||
|
||||
resumeApp: function(rikey, rikeyid, surroundAudioInfo) {
|
||||
@@ -430,9 +428,7 @@ NvHTTP.prototype = {
|
||||
'&rikeyid=' + rikeyid +
|
||||
'&surroundAudioInfo=' + surroundAudioInfo,
|
||||
false
|
||||
]).then(function(ret) {
|
||||
return true;
|
||||
});
|
||||
]);
|
||||
},
|
||||
|
||||
quitApp: function() {
|
||||
|
||||
Reference in New Issue
Block a user