mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 16:43:25 +00:00
Bug fix for captions on mp4 streams
This commit is contained in:
@@ -13,6 +13,7 @@ export type FileBasedStream = {
|
||||
type: 'file';
|
||||
flags: Flags[];
|
||||
qualities: Partial<Record<Qualities, StreamFile>>;
|
||||
captions: Caption[];
|
||||
};
|
||||
|
||||
export type HlsBasedStream = {
|
||||
|
Reference in New Issue
Block a user