mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
Fix Remote Play stopped working
This commit is contained in:
parent
46265f2ccd
commit
13a20f30e5
@ -3803,7 +3803,7 @@ class RemotePlay {
|
||||
// Test servers one by one
|
||||
for (const server of servers) {
|
||||
try {
|
||||
const url = `https://${server}.gssv-play-prodxhome.xboxlive.com/v6/servers/home?mr=50`;
|
||||
const url = `https://${server}.core.gssv-play-prodxhome.xboxlive.com/v6/servers/home?mr=50`;
|
||||
const resp = await fetch(url, options);
|
||||
|
||||
const json = await resp.json();
|
||||
|
Loading…
x
Reference in New Issue
Block a user