1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-05 17:05:03 -05:00

Shouldn't be copy() but update().

Tested now, and at least the exception is gone.
This commit is contained in:
KontiSR 2014-09-17 13:43:10 +02:00
parent 4bfb271e8d
commit 4c8b100be9

View File

@ -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