mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 19:42:20 -05:00
Fixed typo
This commit is contained in:
parent
448a45cf40
commit
cd91e2430f
@ -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 New Issue
Block a user