fix(media): fix videos not playing
fixes mimetype also adds other playable trailers, if they exist
This commit is contained in:
@ -143,7 +143,7 @@ export default interface Name {
|
||||
value: string;
|
||||
language: string;
|
||||
};
|
||||
mimeType?: string;
|
||||
videoMimeType?: string;
|
||||
url: string;
|
||||
}>;
|
||||
recommendedTimedTextTrack?: {
|
||||
|
Reference in New Issue
Block a user