artist image support

This commit is contained in:
Mark
2023-11-12 20:52:24 +01:00
parent 671bf17c53
commit 55190d1943
19 changed files with 2387 additions and 2767 deletions

View File

@@ -156,7 +156,7 @@ impl Song {
match dlcon
.lock()
.unwrap()
.song_file(id, true)
.song_file(id)
.expect("problem with downloader connection...")
{
Ok(data) => Some(data),