Season pack fix 1200

This commit is contained in:
echel0n 2014-05-12 12:58:55 -07:00
parent 1d339b97f6
commit 6dee243904
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ def searchProviders(queueItem, show, season, episodes, seasonSearch=False, manua
# pick the best season NZB
bestSeasonNZB = None
if SEASON_RESULT in foundResults:
if SEASON_RESULT in foundResults[provider.name]:
bestSeasonNZB = pickBestResult(foundResults[provider.name][SEASON_RESULT], show, anyQualities + bestQualities)
highest_quality_overall = 0