Fix problem with Remote Play

This commit is contained in:
redphx 2024-04-03 19:54:36 +07:00
parent 7df5ac1e22
commit 8d22533d7f

View File

@ -10137,7 +10137,7 @@ function interceptHttpRequests() {
return patchIceCandidates(...arg) || NATIVE_FETCH(...arg);
}
if (IS_REMOTE_PLAYING && url.includes('/login/user')) {
if (IS_REMOTE_PLAYING && url.includes('xhome') && url.includes('/login/user')) {
try {
const clone = request.clone();