mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 18:04:36 +02:00
...
This commit is contained in:
parent
7468f24996
commit
09ef9ab23f
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ def build_exth(metadata, prefer_author_sort=False, is_periodical=False,
|
|||
|
||||
if isinstance(uuid, unicode):
|
||||
uuid = uuid.encode('utf-8')
|
||||
if share_not_sync:
|
||||
if not share_not_sync:
|
||||
exth.write(pack(b'>II', 113, len(uuid) + 8))
|
||||
exth.write(uuid)
|
||||
nrecs += 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue