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,