mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-09-18 18:19:38 +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);
|
||||
}
|
||||
|
||||
if (IS_REMOTE_PLAYING && (url.includes('/sessions/home') || url.includes('inputconfigs'))) {
|
||||
if (url.includes('/sessions/home') || (IS_REMOTE_PLAYING && url.includes('inputconfigs'))) {
|
||||
TouchController.disable();
|
||||
|
||||
const clone = request.clone();
|
||||
|
Reference in New Issue
Block a user