Browse Source

Opps, remove debug code for language

pull/2139/head
Jason Mehring 12 years ago
parent
commit
7ae07d6c15
  1. 3
      couchpotato/core/providers/info/thetvdb/main.py

3
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()

Loading…
Cancel
Save