fix: align subtitle sidebar state and behavior updates

This commit is contained in:
2026-03-21 22:24:42 -07:00
parent 4c6e4b9f0b
commit 5ea064a446
12 changed files with 34 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
import type { SubtitleCue } from './subtitle-cue-parser';
import type { SubtitleData } from '../../types';
import type { SubtitleCue } from '../../types';
export interface SubtitlePrefetchServiceDeps {
cues: SubtitleCue[];