Remote Play: fix not able to delete session after disconnecting

This commit is contained in:
redphx 2024-04-05 17:06:01 +07:00
parent 8d22533d7f
commit bf9942ca4f

View File

@ -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();