mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 11:41:09 +08:00
audio sschedule shutdown
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user