@ -602,7 +602,11 @@ class PostProcessor(object):
try :
try :
showObj = helpers . findCertainShow ( sickbeard . showList , indexer_id )
showObj = helpers . findCertainShow ( sickbeard . showList , indexer_id )
if ( showObj != None ) :
if ( showObj != None ) :
# correct the indexer with the proper one linked to the show
self . indexer = showObj . indexer
self . indexer = showObj . indexer
sickbeard . INDEXER_API_PARMS [ ' indexer ' ] = self . indexer
# set the language of the show
indexer_lang = showObj . lang
indexer_lang = showObj . lang
except exceptions . MultipleShowObjectsException :
except exceptions . MultipleShowObjectsException :
raise #TODO: later I'll just log this, for now I want to know about it ASAP
raise #TODO: later I'll just log this, for now I want to know about it ASAP