mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-30 18:06:15 +00:00
style: format code
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
import Parser from '../index';
|
||||
|
||||
import { YTNode } from '../helpers';
|
||||
|
||||
class MetadataRowContainer extends YTNode {
|
||||
static type = 'MetadataRowContainer';
|
||||
rows;
|
||||
collapsed_item_count: number; // TODO: validate this assumption
|
||||
|
||||
constructor(data: any) {
|
||||
super();
|
||||
this.rows = Parser.parseArray(data.rows);
|
||||
this.collapsed_item_count = data.collapsedItemCount;
|
||||
}
|
||||
}
|
||||
export default MetadataRowContainer;
|
||||
|
||||
export default MetadataRowContainer;
|
||||
Reference in New Issue
Block a user