Skip to content

Commit

Permalink
add_getSubtitleFormatsList v2
Browse files Browse the repository at this point in the history
  • Loading branch information
oupen committed Feb 21, 2024
1 parent 5e4955b commit 02e0706
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 @@ -138,7 +138,7 @@ export interface SubtitleFormats {
format: string;
start_timecode: null | string;
frame_rate: null | FrameRate;
display_standard: null | string;
display_standard: null | string;
offset: null | string;
}

Expand Down

0 comments on commit 02e0706

Please sign in to comment.