This commit is contained in:
Fredrik Burmester
2024-11-10 22:36:03 +01:00
parent 8ed81fbe23
commit 865fbdf834
12 changed files with 11384 additions and 132 deletions

View File

@@ -41,6 +41,7 @@ export type VlcPlayerSource = {
export type TrackInfo = {
name: string;
index: number;
language?: string;
};
export type ChapterInfo = {