Fix Remote Play

This commit is contained in:
redphx 2024-04-11 12:43:46 +07:00
parent 13a20f30e5
commit 804f751646

View File

@ -10141,7 +10141,7 @@ function interceptHttpRequests() {
}
const index = request.url.indexOf('.xboxlive.com');
let newUrl = `https://${REMOTE_PLAY_SERVER}.gssv-play-prodxhome` + request.url.substring(index);
let newUrl = `https://${REMOTE_PLAY_SERVER}.core.gssv-play-prodxhome` + request.url.substring(index);
request = new Request(newUrl, opts);