mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
handle discs in album page
This commit is contained in:
@@ -97,7 +97,7 @@ class CheckArtistImages:
|
||||
@staticmethod
|
||||
def check_if_exists(img_path: str):
|
||||
"""
|
||||
Checks if an image exists on disk.
|
||||
Checks if an image exists on c.
|
||||
"""
|
||||
|
||||
if os.path.exists(img_path):
|
||||
|
||||
Reference in New Issue
Block a user