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