mod: 改善全屏与播放器更新体验,用listener代替等待时间

This commit is contained in:
orz12
2024-03-06 15:25:18 +08:00
parent dacc1b2b58
commit 28e517a802
2 changed files with 27 additions and 29 deletions

View File

@@ -163,6 +163,7 @@ class VideoDetailController extends GetxController
/// 更新画质、音质
/// TODO 继续进度播放
updatePlayer() {
isShowCover.value = false;
defaultST = plPlayerController.position.value;
plPlayerController.removeListeners();
plPlayerController.isBuffering.value = false;