From adacd8944bfbafbced30755d1e944f8cf6f1eae4 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 11 Apr 2026 23:13:24 +0500 Subject: [PATCH] fix: AudioPlayer chapter picker highlights audioStore.chapter (playing) not page chapter prop --- ui/src/lib/components/AudioPlayer.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/lib/components/AudioPlayer.svelte b/ui/src/lib/components/AudioPlayer.svelte index 6cc1a7a..900709d 100644 --- a/ui/src/lib/components/AudioPlayer.svelte +++ b/ui/src/lib/components/AudioPlayer.svelte @@ -1443,7 +1443,7 @@ {#if showChapterPanel && audioStore.chapters.length > 0} { showChapterPanel = false; }}