mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fixed typo
This commit is contained in:
parent
448a45cf40
commit
cd91e2430f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue