From 96857ccadfff6f088651a89efcdf4dcb80070aee Mon Sep 17 00:00:00 2001 From: LuanRT Date: Thu, 23 Jun 2022 02:47:03 -0300 Subject: [PATCH] feat(ytmusic): expose additional segments in albums --- lib/parser/ytmusic/Album.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/parser/ytmusic/Album.js b/lib/parser/ytmusic/Album.js index 1a45655a..2cbc5b10 100644 --- a/lib/parser/ytmusic/Album.js +++ b/lib/parser/ytmusic/Album.js @@ -23,6 +23,7 @@ class Album { /** @type {import('../contents/classes/MusicResponsiveListItem')[]} */ this.contents = this.#page.contents_memo.get('MusicShelf')?.[0].contents; + this.sections = this.#page.contents_memo.get('MusicCarouselShelf') || []; } get page() {