audio sschedule shutdown

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-08 15:19:23 +08:00
parent 8234b7ac92
commit 0c65605ac0
23 changed files with 466 additions and 593 deletions

View File

@@ -1899,7 +1899,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
Obx(() {
if (plPlayerController.dataStatus.loading ||
(plPlayerController.isBuffering.value &&
plPlayerController.playerStatus.playing)) {
plPlayerController.playerStatus.isPlaying)) {
return Center(
child: GestureDetector(
onTap: plPlayerController.refreshPlayer,
@@ -2110,7 +2110,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
category: SegmentType.sponsor,
actionType: ActionType.skip,
);
final isPlay = ctr.playerStatus.playing;
final isPlay = ctr.playerStatus.isPlaying;
if (isPlay) ctr.pause();
WebpPreset preset = WebpPreset.def;