mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-06-17 22:32:06 +00:00
fixed #40. copy/pasted too much code...
This commit is contained in:
+1
-1
@@ -256,7 +256,7 @@ function startSelectedGame() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var appID = $("#selectHost").val(); // app that the user wants to play
|
var appID = $("#selectGame").val(); // app that the user wants to play
|
||||||
|
|
||||||
// refresh the server info, because the user might have quit the game.
|
// refresh the server info, because the user might have quit the game.
|
||||||
api.refreshServerInfo().then(function (ret) {
|
api.refreshServerInfo().then(function (ret) {
|
||||||
|
|||||||
Reference in New Issue
Block a user