feat(VideoSecondaryInfo): add support for attributed descriptions (#325)

This commit is contained in:
LuanRT
2023-02-26 16:47:47 -03:00
committed by GitHub
parent a0e6cef00f
commit f933cb45bc
3 changed files with 95 additions and 6 deletions

View File

@@ -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;