mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
Item section target_id fix (#655)
This commit is contained in:
@@ -19,7 +19,7 @@ export default class ItemSection extends YTNode {
|
||||
this.contents = Parser.parseArray(data.contents);
|
||||
|
||||
if (data.targetId || data.sectionIdentifier) {
|
||||
this.target_id = data.target_id || data.sectionIdentifier;
|
||||
this.target_id = data.targetId || data.sectionIdentifier;
|
||||
}
|
||||
|
||||
if (data.continuations) {
|
||||
|
||||
Reference in New Issue
Block a user