mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: video tabbar length
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1351,6 +1351,10 @@ class PlPlayerController {
|
||||
}
|
||||
|
||||
static void updatePlayCount() {
|
||||
_instance?._playerCount.value -= 1;
|
||||
if (_instance?._playerCount.value == 1) {
|
||||
_instance?.dispose();
|
||||
} else {
|
||||
_instance?._playerCount.value -= 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user