1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-13 11:32:20 -05:00

Fix for issue of downloading multiples of the same episode

This commit is contained in:
echel0n 2014-05-03 16:26:12 -07:00
parent 88f7ef2c93
commit 7ca19b88d6

View File

@ -333,6 +333,9 @@ class GenericProvider:
else: else:
results[epNum] = [result] results[epNum] = [result]
# found the result we wanted
break
return results return results
def findPropers(self, search_date=None): def findPropers(self, search_date=None):