mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 18:39:36 +00:00
serialize subtitles and playlists to empty list
This commit is contained in:
@@ -60,7 +60,7 @@ export type VideoType = {
|
||||
player: PlayerType;
|
||||
published: string;
|
||||
sponsorblock?: SponsorBlockType;
|
||||
playlist?: string[];
|
||||
playlist: string[];
|
||||
stats: StatsType;
|
||||
streams: StreamType[];
|
||||
subtitles: Subtitles[];
|
||||
|
||||
Reference in New Issue
Block a user