From 02e0706648ea39616b591f504a65a92dd0db71af Mon Sep 17 00:00:00 2001 From: nomalab Date: Wed, 21 Feb 2024 15:09:06 +0100 Subject: [PATCH] add_getSubtitleFormatsList v2 --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 598747a..debd572 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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; }