mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-28 09:06:51 +00:00
fix(types): Parser.parseArray always returns an ObservedArray (#1014)
This commit is contained in:
@@ -22,7 +22,7 @@ export default class MusicResponsiveHeader extends YTNode {
|
||||
strapline_text_one: Text;
|
||||
strapline_thumbnail: MusicThumbnail | null;
|
||||
second_subtitle: Text;
|
||||
subtitle_badge?: ObservedArray<MusicInlineBadge> | null;
|
||||
subtitle_badge?: ObservedArray<MusicInlineBadge>;
|
||||
description?: MusicDescriptionShelf | null;
|
||||
|
||||
constructor(data: RawNode) {
|
||||
|
||||
Reference in New Issue
Block a user