opt player listener

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-04 00:06:07 +08:00
parent 3d99e6c761
commit 6738142ac0
3 changed files with 39 additions and 33 deletions

View File

@@ -635,7 +635,6 @@ class VideoDetailController extends GetxController
_autoPlay.value = true;
playedTime = plPlayerController.position;
plPlayerController
..removeListeners()
..isBuffering.value = false
..buffered.value = Duration.zero;