mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 20:58:27 +02:00
Fix Remote Play's stream didn't close properly
This commit is contained in:
@@ -5506,7 +5506,7 @@ function interceptHttpRequests() {
|
|||||||
return orgFetch(...arg);
|
return orgFetch(...arg);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IS_REMOTE_PLAYING && url.includes('/sessions/home')) {
|
if (url.includes('/sessions/home')) {
|
||||||
const clone = request.clone();
|
const clone = request.clone();
|
||||||
|
|
||||||
const headers = {};
|
const headers = {};
|
||||||
|
Reference in New Issue
Block a user