mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
7468f24996
commit
09ef9ab23f
@ -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…
x
Reference in New Issue
Block a user