From 05e179b507114164cc5519aca24807fa4a724464 Mon Sep 17 00:00:00 2001 From: Ivan Frade Date: Thu, 25 Jun 2009 01:58:10 +0300 Subject: [PATCH] Use 'normal' as thumbnail size for album art --- src/album_art_spec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/album_art_spec.py b/src/album_art_spec.py index 6896465..fca3c62 100644 --- a/src/album_art_spec.py +++ b/src/album_art_spec.py @@ -4,7 +4,7 @@ import unicodedata import string COVERS_LOCATION = os.getenv ("HOME") + "/.cache/media-art/" -THUMBS_LOCATION = os.getenv ("HOME") + "/.thumbnails/cropped/" +THUMBS_LOCATION = os.getenv ("HOME") + "/.thumbnails/normal/" def getCoverArtFileName (album): """Returns the cover art's filename that is formed from the album name.""" -- 1.7.9.5