handle discs in album page

This commit is contained in:
geoffrey45
2022-08-02 22:47:19 +03:00
parent 11d33e9617
commit 3dcb8ed2ef
8 changed files with 60 additions and 12 deletions
+1 -1
View File
@@ -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):