mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-20 16:43:43 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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]):
|
||||
|
|
Loading…
Reference in a new issue