Add setting to bypass region restriction

This commit is contained in:
redphx
2024-07-13 17:27:40 +07:00
parent ce1901b300
commit ef2e0892bc
7 changed files with 33 additions and 9 deletions

View File

@@ -24,6 +24,8 @@ interface NavigatorBattery extends Navigator {
}
type BxStates = {
supportedRegion: boolean;
isPlaying: boolean;
appContext: any | null;
serverRegions: any;