mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
Fix for issue of downloading multiples of the same episode
This commit is contained in:
parent
88f7ef2c93
commit
7ca19b88d6
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user