1
0
This commit is contained in:
ixhbinphoenix
2024-02-13 00:46:37 +01:00
parent 8003d98e1e
commit b55a79356f
2 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ fn main() -> Result<(), Box<dyn Error>> {
debug!("Got cover art from cache");
Ok(cover_cache.get(&hash_key).unwrap().clone())
} else {
let url = lb.cover_art(&track, &artist);
let url = lb.cover_art(&track, &artist, 0);
match url {
Ok(a) => {