From 699d03425002755e7b377bbc0638104027ea2b66 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Tue, 13 Nov 2012 15:28:34 -0500 Subject: [PATCH] Always upper() the variable in making folder --- headphones/postprocessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/postprocessor.py b/headphones/postprocessor.py index 61cb8691..84828954 100644 --- a/headphones/postprocessor.py +++ b/headphones/postprocessor.py @@ -454,7 +454,7 @@ def moveFiles(albumpath, release, tracks): '$Album': album, '$Year': year, '$Type': releasetype, - '$First': firstchar, + '$First': firstchar.upper(), '$artist': artist.lower(), '$album': album.lower(), '$year': year,