Skip to content

Commit b01d4bc

Browse files
authored
Merge pull request #28 from alexykn/codex/fix-white-blank-screen-after-pinia-refactor
Fix Pinia playback store integration
2 parents 64469ee + 05d978b commit b01d4bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

frontend/src/composables/useTTS.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ export function useTTS() {
1616
progressMessage,
1717
unifiedBuffer,
1818
audioDuration,
19-
isPlaying,
20-
currentSource,
21-
playbackProgress,
22-
currentTime,
2319
isDownloadComplete,
2420
downloadProgress
2521
} = storeToRefs(ttsStore)

0 commit comments

Comments
 (0)