mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 03:23:07 +00:00
GFE 2.0.1 appears to have a bug where it drops all paired devices when the serverinfo query is sent with a uniqueid argument. Stop doing that to fix Limelight with GFE 2.0.1.
This commit is contained in:
parent
bd9b37a5a0
commit
4ee99a78b2
@ -107,7 +107,7 @@ public class NvHTTP {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public int getCurrentGame() throws IOException, XmlPullParserException {
|
public int getCurrentGame() throws IOException, XmlPullParserException {
|
||||||
InputStream in = openHttpConnection(baseUrl + "/serverinfo?uniqueid=" + uniqueId);
|
InputStream in = openHttpConnection(baseUrl + "/serverinfo");
|
||||||
String game = getXmlString(in, "currentgame");
|
String game = getXmlString(in, "currentgame");
|
||||||
return Integer.parseInt(game);
|
return Integer.parseInt(game);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user