diff --git a/src/calibre/library/server/content.py b/src/calibre/library/server/content.py index 5b723d078e..6953deff5f 100644 --- a/src/calibre/library/server/content.py +++ b/src/calibre/library/server/content.py @@ -236,7 +236,7 @@ class ContentServer(object): newmi = mi.deepcopy_metadata() newmi.template_to_attribute(mi, cpb) - if format in ('MOBI', 'EPUB'): + if format in {'MOBI', 'EPUB', 'AZW3'}: # Write the updated file from calibre.ebooks.metadata.meta import set_metadata set_metadata(fmt, newmi, format.lower())