Fix WebGL timeline startup ordering

This commit is contained in:
2026-06-10 10:04:06 +02:00
parent ce8147b5b1
commit 623b42caf9
4 changed files with 79 additions and 6 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class SentenceQueueModule extends BaseModule {
super('sentence-queue', 'Sentence Queue');
// Dependencies
this.dependencies = ['text-buffer', 'tts-factory', 'paragraph-layout', 'audio-manager', 'persistence-manager'];
this.dependencies = ['text-buffer', 'tts-factory', 'paragraph-layout', 'audio-manager', 'persistence-manager', 'book-playback-timeline'];
// Queue state
this.sentenceQueue = [];