Fix for issue #1004 and issue #989

This commit is contained in:
echel0n 2014-12-02 04:04:29 -08:00
parent 8674a61039
commit e5af1cb4ff
1 changed files with 1 additions and 1 deletions

View File

@ -1187,7 +1187,7 @@ def mapIndexersToShow(showObj):
try:
mapped_show = t[showObj.name]
except sickbeard.indexer_shownotfound:
except Exception:
logger.log(u"Unable to map " + sickbeard.indexerApi(showObj.indexer).name + "->" + sickbeard.indexerApi(
indexer).name + " for show: " + showObj.name + ", skipping it", logger.DEBUG)
continue