From 7ae07d6c15ad50283d6ef00cbb44e9d2cb12b490 Mon Sep 17 00:00:00 2001 From: Jason Mehring Date: Tue, 10 Sep 2013 21:58:47 -0400 Subject: [PATCH] Opps, remove debug code for language --- couchpotato/core/providers/info/thetvdb/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/couchpotato/core/providers/info/thetvdb/main.py b/couchpotato/core/providers/info/thetvdb/main.py index 855fa7b..52ebe5e 100644 --- a/couchpotato/core/providers/info/thetvdb/main.py +++ b/couchpotato/core/providers/info/thetvdb/main.py @@ -10,8 +10,6 @@ log = CPLog(__name__) # TODO: Consider grabbing zips to put less strain on tvdb -# TODO: Search by language; now ists defualt of "en" - # TODO: alternate titles do exist for show and episodes; add them # TODO: Unicode stuff @@ -50,7 +48,6 @@ class TheTVDb(ShowProvider): if self.isDisabled(): return False - language = 'fr' if language != self.tvdb_api_parms['language'] and language in self.valid_languages: self.tvdb_api_parms['language'] = language self._setup()