fix album having date = 0

This commit is contained in:
mungai-njoroge
2023-07-09 17:57:14 +03:00
parent 65d21d07da
commit 4a7416853a
8 changed files with 63 additions and 31 deletions
+3 -3
View File
@@ -78,9 +78,9 @@ class Paths:
# defaults
class Defaults:
THUMB_SIZE = 400
SM_THUMB_SIZE = 144
SM_ARTIST_IMG_SIZE = 144
THUMB_SIZE = 500
SM_THUMB_SIZE = 64
SM_ARTIST_IMG_SIZE = 64
"""
The size of extracted images in pixels
"""