mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
feat(ytmusic): expose additional segments in albums
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user