diff --git a/headphones/librarysync.py b/headphones/librarysync.py index eefcd661..825ec8b8 100644 --- a/headphones/librarysync.py +++ b/headphones/librarysync.py @@ -118,8 +118,9 @@ def libraryScan(dir=None): firstchar = '0-9' else: firstchar = sortname[0] + + lowerfirst = firstchar.lower() - albumvalues = { 'artist': artist, 'album': album, 'year': year,