From a5fa503970f0e88658ad1b3a5c69967aabc3fa5b Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 21 Sep 2012 12:33:22 +0200 Subject: [PATCH] Copy paste error. --- couchpotato/core/plugins/library/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/couchpotato/core/plugins/library/main.py b/couchpotato/core/plugins/library/main.py index df158bb6..95dda2ff 100644 --- a/couchpotato/core/plugins/library/main.py +++ b/couchpotato/core/plugins/library/main.py @@ -154,9 +154,6 @@ class LibraryPlugin(Plugin): def simplifyTitle(self, title): - dates = library.info.get('release_date', {}) - dates = library.info.get('release_date', {}) - title = toUnicode(title) nr_prefix = '' if title[0] in ascii_letters else '#'