Skip to content

Commit

Permalink
rename firstCue
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramart committed Nov 29, 2024
1 parent 0def818 commit 21464cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ export interface FileSubtitleStream {
frameRateNumerator: number | null;
frameRateDenominator: number | null;
startTimecode: string | null;
firstCue: string | null;
firstCueTimecode: string | null;
subtitleType: string | null;
typeVersion: Formats.SubtitleTypeVersion | null;
}
Expand Down

0 comments on commit 21464cb

Please sign in to comment.