mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-30 19:05:16 -04:00
Add earing Impaired suptitle flag support (#754)
This commit is contained in:
@@ -95,6 +95,10 @@ export const SubtitleP = TrackP.extend({
|
||||
* Is this an external subtitle (as in stored in a different file)
|
||||
*/
|
||||
isExternal: z.boolean(),
|
||||
/**
|
||||
* Is this a hearing impaired subtitle?
|
||||
*/
|
||||
isHearingImpaired: z.boolean(),
|
||||
});
|
||||
export type Subtitle = z.infer<typeof SubtitleP>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user