mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Fix Remote Play's stream didn't close properly
This commit is contained in:
parent
c5a4af9f49
commit
96b20dcb19
@ -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 = {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user