mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fix for looping issue during backlog searches
This commit is contained in:
parent
7d6e73f026
commit
1d339b97f6
@ -258,6 +258,10 @@ class GenericProvider:
|
||||
else:
|
||||
searchItems[epObj] = itemList
|
||||
|
||||
# if we have cached results return them.
|
||||
if len(results):
|
||||
return results
|
||||
|
||||
for ep_obj, items in searchItems.items():
|
||||
for item in items:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user