mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
Add forgotten rikey parametres to resume app
This commit is contained in:
parent
6ca202581d
commit
034d2ebf9d
@ -216,7 +216,7 @@ function startSelectedGame() {
|
||||
var rikeyid = 0;
|
||||
|
||||
if(api.currentGame == appID) // if user wants to launch the already-running app, then we resume it.
|
||||
return api.resumeApp().then(function (ret) {
|
||||
return api.resumeApp(rikey, rikeyid).then(function (ret) {
|
||||
sendMessage('startRequest', [target, streamWidth, streamHeight, frameRate, bitrate.toString(), api.serverMajorVersion.toString()]);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user