mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
GwR bookmark tweaks - add 'reading in progress' symbol
This commit is contained in:
parent
5b3a929011
commit
b05db2f5b6
@ -1282,7 +1282,7 @@ class EPUB_MOBI(CatalogPlugin):
|
|||||||
result += "%04X %-*s %s\n" % (N, length*3, hexa, s)
|
result += "%04X %-*s %s\n" % (N, length*3, hexa, s)
|
||||||
N+=length
|
N+=length
|
||||||
print result
|
print result
|
||||||
|
self.bookmarked_books = {}
|
||||||
if self.opts.connected_kindle:
|
if self.opts.connected_kindle:
|
||||||
self.opts.log.info(" Collecting Kindle bookmarks matching catalog entries")
|
self.opts.log.info(" Collecting Kindle bookmarks matching catalog entries")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user