mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Fix problem with Remote Play
This commit is contained in:
parent
7df5ac1e22
commit
8d22533d7f
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user