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:
|
||||
match = True
|
||||
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:
|
||||
match = False
|
||||
break
|
||||
|
Loading…
x
Reference in New Issue
Block a user