mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fix for season pack searches ... ALL PROVIDERS!
This commit is contained in:
parent
858ac3af18
commit
651e71082e
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ def searchProviders(queueItem, show, season, episodes, seasonSearch=False, manua
|
|||
# pick the best season NZB
|
||||
bestSeasonNZB = None
|
||||
if SEASON_RESULT in foundResults:
|
||||
bestSeasonNZB = pickBestResult(foundResults[SEASON_RESULT], show, anyQualities + bestQualities)
|
||||
bestSeasonNZB = pickBestResult(foundResults[provider.name][SEASON_RESULT], show, anyQualities + bestQualities)
|
||||
|
||||
highest_quality_overall = 0
|
||||
for cur_episode in foundResults[provider.name]:
|
||||
|
|
Loading…
Reference in a new issue