Fix Remote Play stopped working

This commit is contained in:
redphx
2025-02-14 09:04:33 +07:00
parent 75d7443e0f
commit 3483672554
6 changed files with 16 additions and 52 deletions

View File

@@ -195,6 +195,7 @@ export class RemotePlayManager {
window.BX_REMOTE_PLAY_CONFIG = STATES.remotePlay.config;
localRedirect('/launch/fortnite/BT5P2X999VH2#remote-play');
setTimeout(() => localRedirect('/consoles/launch/' + serverId), 100);
}
togglePopup(force = null) {