From c7f80f7c796b9e7ff3a7081c4f6d5e058c52f334 Mon Sep 17 00:00:00 2001 From: Remy Date: Mon, 22 Aug 2011 01:01:35 -0700 Subject: [PATCH] Library sync tuneup --- headphones/librarysync.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,