mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 08:16:12 +01:00
Fixed #5034 (Search cover:False fails, cover:True succeeds)
This commit is contained in:
parent
768fb23057
commit
0667538213
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ def get_matches(self, location, query):
|
|||
if item[loc].strip() != '':
|
||||
continue
|
||||
matches.add(item[0])
|
||||
break
|
||||
continue
|
||||
continue ### item is empty. No possible matches below
|
||||
|
||||
if q == 'true':
|
||||
|
|
|
|||
Loading…
Reference in a new issue