mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
cc9a15e116
commit
bcc6ff8e07
@ -693,7 +693,7 @@ class SearchFilter(SearchQueryParser):
|
|||||||
continue
|
continue
|
||||||
if query == 'false':
|
if query == 'false':
|
||||||
if locvalue == 'drm':
|
if locvalue == 'drm':
|
||||||
if accessor(sr) == SearchResult.DRM_UNKNOWN:
|
if accessor(sr) == SearchResult.DRM_UNLOCKED:
|
||||||
matches.add(sr)
|
matches.add(sr)
|
||||||
else:
|
else:
|
||||||
if accessor(sr) is None:
|
if accessor(sr) is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user