feat: add support for new artist discography page
This commit is contained in:
parent
bf80db8a9a
commit
c8e2d342c6
25 changed files with 73368 additions and 91615 deletions
|
|
@ -652,7 +652,6 @@ async fn music_search_suggestion() {
|
|||
async fn music_artist() {
|
||||
for (name, id, all_albums) in [
|
||||
("default", "UClmXPfaYhXOYsNn_QUyheWQ", true),
|
||||
("no_more_albums", "UC_vmjW5e1xEHhYjY2a0kK1A", true),
|
||||
("only_singles", "UCfwCE5VhPMGxNPFxtVv7lRw", true),
|
||||
("no_artist", "UCh8gHdtzO2tXd593_bjErWg", true),
|
||||
("only_more_singles", "UC0aXrjVxG5pZr99v77wZdPQ", true),
|
||||
|
|
|
|||
Reference in a new issue