feat(toDash): Add option to include thumbnails in the manifest (#446)

* feat(toDash): Add option to include thumbnails in the manifest

* refactor: Move toDash function back to MediaInfo class
This commit is contained in:
absidue
2023-07-18 07:08:02 +02:00
committed by GitHub
parent c477b824c0
commit 1a034733f6
4 changed files with 161 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ export default class PlayerStoryboardSpec extends YTNode {
columns: number;
rows: number;
storyboard_count: number;
};
}[];
constructor(data: RawNode) {
super();