mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47: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);
|
||||
}
|
||||
|
||||
if (IS_REMOTE_PLAYING && url.includes('/sessions/home')) {
|
||||
if (url.includes('/sessions/home')) {
|
||||
const clone = request.clone();
|
||||
|
||||
const headers = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user