mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-18 00:56:38 +00:00
fixed #40. copy/pasted too much code...
This commit is contained in:
parent
1f3a1cbaa9
commit
c16ef908c9
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user