serialize subtitles and playlists to empty list

This commit is contained in:
Simon
2025-02-17 17:38:29 +07:00
parent 59cc177913
commit 3b78a9868d
3 changed files with 8 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ export type VideoType = {
player: PlayerType;
published: string;
sponsorblock?: SponsorBlockType;
playlist?: string[];
playlist: string[];
stats: StatsType;
streams: StreamType[];
subtitles: Subtitles[];