mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Store: mobileread report DRM status.
This commit is contained in:
parent
2b01f9ab68
commit
f9a931dbfb
@ -76,6 +76,7 @@ class MobileReadStore(BasicStoreConfig, StorePlugin):
|
|||||||
matches = heapq.nlargest(max_results, matches)
|
matches = heapq.nlargest(max_results, matches)
|
||||||
for score, book in matches:
|
for score, book in matches:
|
||||||
book.price = '$0.00'
|
book.price = '$0.00'
|
||||||
|
book.drm = False
|
||||||
yield book
|
yield book
|
||||||
|
|
||||||
def update_book_list(self, timeout=10):
|
def update_book_list(self, timeout=10):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user