mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-30 23:43:27 +02:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
c6e2cbac2e
1 changed files with 0 additions and 1 deletions
|
|
@ -1303,7 +1303,6 @@ def books(self, oncard=None, end_session=True):
|
|||
if '_series_sort_' in result:
|
||||
del result['_series_sort_']
|
||||
book = self.json_codec.raw_to_book(result, SDBook, self.PREFIX)
|
||||
self._debug('title', book.title)
|
||||
book.set('_is_read_', result.get('_is_read_', None))
|
||||
book.set('_sync_type_', result.get('_sync_type_', None))
|
||||
book.set('_last_read_date_', result.get('_last_read_date_', None))
|
||||
|
|
|
|||
Loading…
Reference in a new issue