Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-26 21:07:20 +08:00
parent 3a78ead3a6
commit 39cc42d542
16 changed files with 64 additions and 49 deletions

View File

@@ -46,7 +46,7 @@ class VideoPlayerServiceHandler extends BaseAudioHandler with SeekHandler {
updatePosition: position,
),
);
await PlPlayerController.seekToIfExists(position, type: 'slider');
await PlPlayerController.seekToIfExists(position, isSeek: false);
// await player.seekTo(position);
}