mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-09-19 10:39:37 +02:00
Remote Play: fix not able to delete session after disconnecting
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user