From 034d2ebf9d9375ea2a5938c50021874171856121 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 31 Mar 2016 12:00:49 -0400 Subject: [PATCH] Add forgotten rikey parametres to resume app --- static/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/index.js b/static/js/index.js index da488d4..2d0537a 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -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()]); });