mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Remote Play: fix not able to delete session after disconnecting
This commit is contained in:
parent
8d22533d7f
commit
bf9942ca4f
@ -10041,7 +10041,7 @@ function interceptHttpRequests() {
|
|||||||
BxEvent.dispatch(window, BxEvent.STREAM_STARTING);
|
BxEvent.dispatch(window, BxEvent.STREAM_STARTING);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IS_REMOTE_PLAYING && (url.includes('/sessions/home') || url.includes('inputconfigs'))) {
|
if (url.includes('/sessions/home') || (IS_REMOTE_PLAYING && url.includes('inputconfigs'))) {
|
||||||
TouchController.disable();
|
TouchController.disable();
|
||||||
|
|
||||||
const clone = request.clone();
|
const clone = request.clone();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user