|
|
@ -943,7 +943,7 @@ def get_show_by_name(name, useIndexer=False): |
|
|
|
foundResult = None |
|
|
|
|
|
|
|
logger.log( |
|
|
|
u"Checking the cahe for:" + str(name), |
|
|
|
u"Checking the cache for:" + str(name), |
|
|
|
logger.DEBUG) |
|
|
|
|
|
|
|
cacheResult = sickbeard.name_cache.retrieveNameFromCache(name) |
|
|
@ -1045,4 +1045,4 @@ def validateShow(show, season=None, episode=None): |
|
|
|
|
|
|
|
return t[show.indexerid][season][episode] |
|
|
|
except (sickbeard.indexer_episodenotfound, sickbeard.indexer_seasonnotfound): |
|
|
|
pass |
|
|
|
pass |
|
|
|