feat: add album description

This commit is contained in:
ThetaDev 2022-11-06 19:43:24 +01:00
parent 6f07095757
commit dfd33d5e9b
19 changed files with 6200 additions and 79 deletions

View file

@ -540,6 +540,7 @@ async fn music_album(testfiles: &Path) {
("one_artist", "MPREb_nlBWQROfvjo"),
("various_artists", "MPREb_8QkDeEIawvX"),
("single", "MPREb_bHfHGoy7vuv"),
("description", "MPREb_PiyfuVl6aYd"),
] {
let mut json_path = testfiles.to_path_buf();
json_path.push("music_playlist");