mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-24 07:11:48 +00:00
fix(PlayerCaptionTracklist): Fix captions_tracks[].kind type (#586)
This commit is contained in:
@@ -10,7 +10,7 @@ export default class PlayerCaptionsTracklist extends YTNode {
|
||||
name: Text;
|
||||
vss_id: string;
|
||||
language_code: string;
|
||||
kind: string;
|
||||
kind?: 'asr' | 'frc';
|
||||
is_translatable: boolean;
|
||||
}[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user