1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Fixed issue for season searches using episode only mode but fallback to season only mode, was small typo correction

This commit is contained in:
echel0n 2014-05-19 08:59:22 -07:00
parent 51540993be
commit 71604b5769

View File

@ -434,7 +434,7 @@ def searchProviders(show, season, episodes, manualSearch=False):
search_mode = 'eponly'
else:
logger.log(u"FALLBACK SEASON PACK SEARCH INITIATED ...")
search_mode = 'eponly'
search_mode = 'sponly'
# skip to next provider if we have no results to process
if not len(foundResults[provider.name]):