mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 07:06:13 +01:00
Fix #2961 (calibre crashes when syncing with kindle DX)
This commit is contained in:
parent
208fa57895
commit
944c19fd1a
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
set_metadata as podofo_set_metadata, Unavailable, get_metadata_quick
|
||||
|
||||
def get_quick_metadata(stream):
|
||||
return get_metadata_pypdf(stream)
|
||||
raw = stream.read()
|
||||
mi = get_metadata_quick(raw)
|
||||
if mi.title == '_':
|
||||
|
|
|
|||
Loading…
Reference in a new issue