Restyled by black

This commit is contained in:
Restyled.io
2022-04-03 10:45:50 +00:00
committed by Mungai Geoffrey
parent ec7352ec56
commit 076f42b81f
2 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -45,8 +45,7 @@ def get_album_image(album: list) -> str:
"""
for track in album:
img_p = (track["album"] + track["albumartist"] +
".webp").replace("/", "::")
img_p = (track["album"] + track["albumartist"] + ".webp").replace("/", "::")
img = functions.extract_thumb(track["filepath"], webp_path=img_p)
if img is not None: