fix(media): fix videos not playing

fixes mimetype
also adds other playable trailers, if they exist
This commit is contained in:
zyachel
2025-06-01 18:32:27 +00:00
committed by ngn
parent 288ec34fb4
commit 648d5cde32
4 changed files with 37 additions and 28 deletions

View File

@ -143,7 +143,7 @@ export default interface Name {
value: string;
language: string;
};
mimeType?: string;
videoMimeType?: string;
url: string;
}>;
recommendedTimedTextTrack?: {