mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 11:32:20 -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:
|
else:
|
||||||
searchItems[epObj] = itemList
|
searchItems[epObj] = itemList
|
||||||
|
|
||||||
|
# if we have cached results return them.
|
||||||
|
if len(results):
|
||||||
|
return results
|
||||||
|
|
||||||
for ep_obj, items in searchItems.items():
|
for ep_obj, items in searchItems.items():
|
||||||
for item in items:
|
for item in items:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user