fix: unavailable album items
This commit is contained in:
parent
b02cc15b28
commit
9e4787f501
7 changed files with 7607 additions and 6 deletions
|
|
@ -580,6 +580,7 @@ async fn music_album(testfiles: &Path) {
|
|||
("various_artists", "MPREb_8QkDeEIawvX"),
|
||||
("single", "MPREb_bHfHGoy7vuv"),
|
||||
("description", "MPREb_PiyfuVl6aYd"),
|
||||
("unavailable", "MPREb_AzuWg8qAVVl"),
|
||||
] {
|
||||
let mut json_path = testfiles.to_path_buf();
|
||||
json_path.push("music_playlist");
|
||||
|
|
|
|||
Reference in a new issue