diff --git a/sickbeard/search.py b/sickbeard/search.py index ca6aaa68..2f111443 100644 --- a/sickbeard/search.py +++ b/sickbeard/search.py @@ -441,7 +441,7 @@ def searchProviders(queueItem, show, season, episodes, curProvider, seasonSearch for curEpNum in allEps: epObjs.append(show.getEpisode(season, curEpNum)) bestSeasonNZB.episodes = epObjs - queueItem.results = bestSeasonNZB + queueItem.results = [bestSeasonNZB] return queueItem elif not anyWanted: