fix: incorrect node parser implementations (#428)

These were causing some issues in v5.2.0.
This commit is contained in:
LuanRT
2023-07-03 21:58:00 -03:00
committed by GitHub
parent 83cbfd631b
commit 222dfce6bb
13 changed files with 131 additions and 78 deletions

View File

@@ -4,6 +4,7 @@ import { Text } from '../misc.js';
export default class Factoid extends YTNode {
static type = 'Factoid';
label: Text;
value: Text;
accessibility_text: String;