mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
bug fixes
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ def get_image(_map: tuple[str, Album]):
|
||||
matching_tracks = AlbumStore.get_album_tracks(album.albumhash)
|
||||
|
||||
for track in matching_tracks:
|
||||
if extract_thumb(track.filepath, track.image):
|
||||
if extract_thumb(track.filepath, track.albumhash + ".webp"):
|
||||
break
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user