mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
Fix for season pack searches
This commit is contained in:
parent
0a936ea1ef
commit
e2d1178515
@ -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 New Issue
Block a user