mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-22 09:08:45 +00:00
tweaks
Closes #1505 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1447,6 +1447,7 @@ class VideoDetailController extends GetxController
|
||||
|
||||
Future<void> _queryPlayInfo() async {
|
||||
_vttSubtitles.clear();
|
||||
vttSubtitlesIndex.value = 0;
|
||||
if (plPlayerController.showViewPoints) {
|
||||
viewPointList.clear();
|
||||
}
|
||||
|
||||
@@ -413,6 +413,10 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
|
||||
return;
|
||||
}
|
||||
|
||||
if (plPlayerController?.isCloseAll == true) {
|
||||
return;
|
||||
}
|
||||
|
||||
WidgetsBinding.instance.addObserver(this);
|
||||
|
||||
plPlayerController?.isLive = false;
|
||||
|
||||
Reference in New Issue
Block a user