diff --git a/qwen3-tts-frontend/src/pages/Audiobook.tsx b/qwen3-tts-frontend/src/pages/Audiobook.tsx index 5a4d303..1c7817c 100644 --- a/qwen3-tts-frontend/src/pages/Audiobook.tsx +++ b/qwen3-tts-frontend/src/pages/Audiobook.tsx @@ -126,10 +126,10 @@ function SequentialPlayer({ if (doneSegments.length === 0) return null return ( -
+
{displayIndex !== null ? ( <> - @@ -139,7 +139,7 @@ function SequentialPlayer({ ) : ( - )} @@ -1584,6 +1584,7 @@ function ChaptersPanel({ {hasChapters && (
+ {doneCount > 0 && } {detail!.chapters.some(c => ['pending', 'error', 'ready'].includes(c.status)) && !isBackgroundGenerating && (
) }