mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 11:32:20 -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:
parent
51540993be
commit
71604b5769
@ -434,7 +434,7 @@ def searchProviders(show, season, episodes, manualSearch=False):
|
|||||||
search_mode = 'eponly'
|
search_mode = 'eponly'
|
||||||
else:
|
else:
|
||||||
logger.log(u"FALLBACK SEASON PACK SEARCH INITIATED ...")
|
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
|
# skip to next provider if we have no results to process
|
||||||
if not len(foundResults[provider.name]):
|
if not len(foundResults[provider.name]):
|
||||||
|
Loading…
Reference in New Issue
Block a user