From 6dee2439040d6e3b3a4b7acaf71ac27b8a17d34d Mon Sep 17 00:00:00 2001 From: echel0n Date: Mon, 12 May 2014 12:58:55 -0700 Subject: [PATCH] Season pack fix 1200 --- sickbeard/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sickbeard/search.py b/sickbeard/search.py index dee81d41..1d3bec5a 100644 --- a/sickbeard/search.py +++ b/sickbeard/search.py @@ -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