Added URL to properties in music object

This commit is contained in:
AtariTom 2022-04-02 23:32:21 -04:00
parent d7cea3a222
commit 9b9c68ef13

View File

@ -230,7 +230,6 @@ export async function video_basic_info(url: string, options: InfoOptions = {}):
}
});
}
const rawChapters =
initial_response.playerOverlays.playerOverlayRenderer.decoratedPlayerBarRenderer.decoratedPlayerBarRenderer.playerBar?.multiMarkersPlayerBarRenderer.markersMap.find(
(m: any) => m.key === 'DESCRIPTION_CHAPTERS'