Fix Remote Play stopped working

This commit is contained in:
redphx 2024-04-11 07:30:16 +07:00
parent 46265f2ccd
commit 13a20f30e5

View File

@ -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();