mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
fix: 恢复亮度关闭时仍会改变亮度;听视频状态下调节进度无效
This commit is contained in:
@@ -54,7 +54,7 @@ class VideoPlayerServiceHandler extends BaseAudioHandler with SeekHandler {
|
||||
playbackState.add(playbackState.value.copyWith(
|
||||
updatePosition: position,
|
||||
));
|
||||
await PlPlayerController.seekToIfExists(position);
|
||||
await PlPlayerController.seekToIfExists(position, type: 'slider');
|
||||
// await player.seekTo(position);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user