mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 10:23:24 +00:00
Bug fix for captions on mp4 streams
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@movie-web/providers",
|
"name": "@movie-web/providers",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "Package that contains all the providers of movie-web",
|
"description": "Package that contains all the providers of movie-web",
|
||||||
"main": "./lib/index.umd.js",
|
"main": "./lib/index.umd.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
|
@@ -13,6 +13,7 @@ export type FileBasedStream = {
|
|||||||
type: 'file';
|
type: 'file';
|
||||||
flags: Flags[];
|
flags: Flags[];
|
||||||
qualities: Partial<Record<Qualities, StreamFile>>;
|
qualities: Partial<Record<Qualities, StreamFile>>;
|
||||||
|
captions: Caption[];
|
||||||
};
|
};
|
||||||
|
|
||||||
export type HlsBasedStream = {
|
export type HlsBasedStream = {
|
||||||
|
Reference in New Issue
Block a user