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 '#'