mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: 改善全屏与播放器更新体验,用listener代替等待时间
This commit is contained in:
@@ -163,6 +163,7 @@ class VideoDetailController extends GetxController
|
||||
/// 更新画质、音质
|
||||
/// TODO 继续进度播放
|
||||
updatePlayer() {
|
||||
isShowCover.value = false;
|
||||
defaultST = plPlayerController.position.value;
|
||||
plPlayerController.removeListeners();
|
||||
plPlayerController.isBuffering.value = false;
|
||||
|
||||
Reference in New Issue
Block a user