mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1467 (Change MOBI EXTH cdeType metadata to EBOK if it's not EBOK)
This commit is contained in:
parent
f893013435
commit
37a8413c9a
@ -402,6 +402,7 @@ class MetadataUpdater(object):
|
|||||||
|
|
||||||
if asin is not None:
|
if asin is not None:
|
||||||
update_exth_record((113, asin.encode(self.codec)))
|
update_exth_record((113, asin.encode(self.codec)))
|
||||||
|
update_exth_record((501, b'EBOK'))
|
||||||
update_exth_record((504, asin.encode(self.codec)))
|
update_exth_record((504, asin.encode(self.codec)))
|
||||||
|
|
||||||
# Add a 112 record with actual UUID
|
# Add a 112 record with actual UUID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user