mirror of
https://github.com/sussy-code/providers.git
synced 2026-01-11 20:10:17 +00:00
Bug fix for captions on mp4 streams
This commit is contained in:
parent
5af65e6c0d
commit
af1f7e4964
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@movie-web/providers",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "Package that contains all the providers of movie-web",
|
||||
"main": "./lib/index.umd.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ export type FileBasedStream = {
|
|||
type: 'file';
|
||||
flags: Flags[];
|
||||
qualities: Partial<Record<Qualities, StreamFile>>;
|
||||
captions: Caption[];
|
||||
};
|
||||
|
||||
export type HlsBasedStream = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue