mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
Fix for season pack searches
This commit is contained in:
parent
0a936ea1ef
commit
e2d1178515
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ def searchProviders(show, season, episodes, manualSearch=False):
|
|||
u"Single-ep check result is neededEps: " + str(neededEps) + ", notNeededEps: " + str(notNeededEps),
|
||||
logger.DEBUG)
|
||||
|
||||
if not neededEps:
|
||||
if not notNeededEps:
|
||||
logger.log(u"All of these episodes were covered by single episode results, ignoring this multi-episode result", logger.DEBUG)
|
||||
continue
|
||||
|
||||
|
|
Loading…
Reference in a new issue