mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 11:55:01 +02:00
...
This commit is contained in:
parent
cc9a15e116
commit
bcc6ff8e07
1 changed files with 1 additions and 1 deletions
|
|
@ -693,7 +693,7 @@ def get_matches(self, location, query):
|
|||
continue
|
||||
if query == 'false':
|
||||
if locvalue == 'drm':
|
||||
if accessor(sr) == SearchResult.DRM_UNKNOWN:
|
||||
if accessor(sr) == SearchResult.DRM_UNLOCKED:
|
||||
matches.add(sr)
|
||||
else:
|
||||
if accessor(sr) is None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue