mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
oops
This commit is contained in:
parent
69dd91b515
commit
93639f2f19
@ -747,7 +747,7 @@ class DeviceBooksModel(QAbstractTableModel):
|
|||||||
for book in self._orig_data:
|
for book in self._orig_data:
|
||||||
match = True
|
match = True
|
||||||
for q in queries:
|
for q in queries:
|
||||||
if q in book.title.lower() or q in book.author.lower(): continue
|
if q in book.title.lower() or q in book.authors.lower(): continue
|
||||||
else:
|
else:
|
||||||
match = False
|
match = False
|
||||||
break
|
break
|
||||||
|
Loading…
x
Reference in New Issue
Block a user