mirror of
https://github.com/Dummi26/musicdb.git
synced 2026-01-01 11:16:19 +01:00
artist image support
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user