mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-17 23:05:11 -05:00
Fix for backlog searches
This commit is contained in:
parent
ceb3c6efbc
commit
d8171acc97
@ -257,7 +257,7 @@ class GenericProvider:
|
||||
# if we got some results then use them no matter what.
|
||||
# OR
|
||||
# return anyway unless we're doing a manual search
|
||||
if results or not manualSearch:
|
||||
if results:
|
||||
return results
|
||||
|
||||
abd = False
|
||||
|
Loading…
Reference in New Issue
Block a user