fix: render segment overrides and skip progress

This commit is contained in:
2026-05-22 16:34:26 +02:00
parent c5c15cdabc
commit 51355a4dbc
7 changed files with 73 additions and 58 deletions

View File

@@ -16,6 +16,7 @@ export interface SkipSegment {
type: string; // 'op' or 'ed'
start: number;
end: number;
source?: string;
}
// parsed subtitle cue from VTT
@@ -37,6 +38,7 @@ export interface ActiveSegment {
type: string;
start: number;
end: number;
source?: string;
}
// timeline range (handles seekable ranges in live streams)