Use cropped as thumbnail directory
[mussorgsky] / src / album_art_spec.py
index fca3c62..6896465 100644 (file)
@@ -4,7 +4,7 @@ import unicodedata
 import string
 
 COVERS_LOCATION = os.getenv ("HOME") + "/.cache/media-art/"
-THUMBS_LOCATION = os.getenv ("HOME") + "/.thumbnails/normal/"
+THUMBS_LOCATION = os.getenv ("HOME") + "/.thumbnails/cropped/"
 
 def getCoverArtFileName (album):
     """Returns the cover art's filename that is formed from the album name."""