Skip to content

Commit

Permalink
Merge pull request midgetspy#810 from KontiSR/dev_copy_dict_master_issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adam111316 committed Sep 17, 2014
2 parents c65385d + 4c8b100 commit ca2e2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/providers/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def searchRSS(self, episode):
results = {}

for ep in episode:
results += self.cache.findNeededEpisodes(ep)
results.update(self.cache.findNeededEpisodes(ep))

return results

Expand Down

0 comments on commit ca2e2d4

Please sign in to comment.