mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Shouldn't be copy() but update().
Tested now, and at least the exception is gone.
This commit is contained in:
parent
4bfb271e8d
commit
4c8b100be9
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ class GenericProvider:
|
|||
results = {}
|
||||
|
||||
for ep in episode:
|
||||
results.copy(self.cache.findNeededEpisodes(ep))
|
||||
results.update(self.cache.findNeededEpisodes(ep))
|
||||
|
||||
return results
|
||||
|
||||
|
|
Loading…
Reference in a new issue