Store: mobileread report DRM status.

This commit is contained in:
John Schember 2011-04-19 21:39:50 -04:00
parent 2b01f9ab68
commit f9a931dbfb

View File

@ -76,6 +76,7 @@ class MobileReadStore(BasicStoreConfig, StorePlugin):
matches = heapq.nlargest(max_results, matches)
for score, book in matches:
book.price = '$0.00'
book.drm = False
yield book
def update_book_list(self, timeout=10):