bug fixes

This commit is contained in:
cwilvx
2025-01-10 14:33:34 +03:00
parent ec9f392d73
commit 82e303f2df
5 changed files with 16 additions and 44 deletions
+1 -1
View File
@@ -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