feat: add type field to ModeSource and pass to loadVideoSource
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// stream source for a single mode (sub/dub)
|
||||
export interface ModeSource {
|
||||
token: string;
|
||||
type?: string;
|
||||
subtitles: SubtitleItem[];
|
||||
qualities?: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user