mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
c6e2cbac2e
@ -1303,7 +1303,6 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
|
|||||||
if '_series_sort_' in result:
|
if '_series_sort_' in result:
|
||||||
del result['_series_sort_']
|
del result['_series_sort_']
|
||||||
book = self.json_codec.raw_to_book(result, SDBook, self.PREFIX)
|
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('_is_read_', result.get('_is_read_', None))
|
||||||
book.set('_sync_type_', result.get('_sync_type_', None))
|
book.set('_sync_type_', result.get('_sync_type_', None))
|
||||||
book.set('_last_read_date_', result.get('_last_read_date_', None))
|
book.set('_last_read_date_', result.get('_last_read_date_', None))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user