feat: add music genres
This commit is contained in:
parent
c6cd364b9e
commit
de7bd2a965
21 changed files with 154217 additions and 49 deletions
|
|
@ -267,7 +267,7 @@ impl MapResponse<MusicAlbum> for response::MusicPlaylist {
|
|||
response::music_item::ItemSection::MusicCarouselShelfRenderer(sh) => {
|
||||
album_variants = Some(sh.contents)
|
||||
}
|
||||
response::music_item::ItemSection::None => (),
|
||||
_ => (),
|
||||
}
|
||||
}
|
||||
let shelf = shelf.ok_or(ExtractionError::InvalidData(Cow::Borrowed(
|
||||
|
|
|
|||
Reference in a new issue