mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
Update for GFE 3.10
This commit is contained in:
parent
e0c4c01e44
commit
19dc99b425
@ -241,7 +241,7 @@ NvHTTP.prototype = {
|
||||
// GFE 2.8 started keeping currentgame set to the last game played. As a result, it no longer
|
||||
// has the semantics that its name would indicate. To contain the effects of this change as much
|
||||
// as possible, we'll force the current game to zero if the server isn't in a streaming session.
|
||||
if ($root.find("state").text().trim().endsWith("_SERVER_AVAILABLE")) {
|
||||
if (!$root.find("state").text().trim().endsWith("_SERVER_BUSY")) {
|
||||
this.currentGame = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user