mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fix for backlog searches
This commit is contained in:
parent
ceb3c6efbc
commit
d8171acc97
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue