mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
04a5ae2c2e
@ -1553,12 +1553,12 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
|
|||||||
|
|
||||||
def _check_if_format_send_needed(self, db, id_, book):
|
def _check_if_format_send_needed(self, db, id_, book):
|
||||||
if not self.will_ask_for_update_books:
|
if not self.will_ask_for_update_books:
|
||||||
return None
|
return (None, False)
|
||||||
|
|
||||||
from calibre.utils.date import parse_date, isoformat
|
from calibre.utils.date import parse_date, isoformat
|
||||||
try:
|
try:
|
||||||
if not hasattr(book, '_format_mtime_'):
|
if not hasattr(book, '_format_mtime_'):
|
||||||
return None
|
return (None, False)
|
||||||
|
|
||||||
ext = posixpath.splitext(book.lpath)[1][1:]
|
ext = posixpath.splitext(book.lpath)[1][1:]
|
||||||
fmt_metadata = db.new_api.format_metadata(id_, ext)
|
fmt_metadata = db.new_api.format_metadata(id_, ext)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user