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:
parent
88f7ef2c93
commit
7ca19b88d6
@ -333,7 +333,10 @@ class GenericProvider:
|
||||
else:
|
||||
results[epNum] = [result]
|
||||
|
||||
return results
|
||||
# found the result we wanted
|
||||
break
|
||||
|
||||
return results
|
||||
|
||||
def findPropers(self, search_date=None):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user