mirror of
https://github.com/Dummi26/musicdb.git
synced 2026-03-14 04:56:30 +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