mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 21:28:27 +02:00
Fix problem with Remote Play
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user