Skip to content

Commit 05d978b

Browse files
committed
fix: remove duplicate playback refs
1 parent 64469ee commit 05d978b

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)