mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
feat(VideoSecondaryInfo): add support for attributed descriptions (#325)
This commit is contained in:
@@ -21,7 +21,6 @@ class NavigationEndpoint extends YTNode {
|
||||
constructor(data: any) {
|
||||
super();
|
||||
|
||||
// This is only present in Android nav endpoints
|
||||
if (Reflect.has(data || {}, 'innertubeCommand'))
|
||||
data = data.innertubeCommand;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user