mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-15 09:07:43 +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 = {}
|
results = {}
|
||||||
|
|
||||||
for ep in episode:
|
for ep in episode:
|
||||||
results.copy(self.cache.findNeededEpisodes(ep))
|
results.update(self.cache.findNeededEpisodes(ep))
|
||||||
|
|
||||||
return results
|
return results
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue