This commit is contained in:
rang 2025-12-12 15:38:47 +08:00
parent 36f14dbd58
commit 5abf938dcf
26 changed files with 104 additions and 70 deletions

View file

@ -148,7 +148,7 @@ class PlayerMinimizedProgress extends HookConsumerWidget {
final currentChapter = ref.watch(currentChapterProvider);
final progress = useStream(
ref.read(audioPlayerProvider).positionInChapterStream,
ref.read(absPlayerProvider).positionInChapterStream,
initialData: Duration.zero,
);
return SizedBox(