mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:35:46 +02:00
Write metadata in .azw3 files
This commit is contained in:
parent
888c95d0cf
commit
8d269d49b6
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ def set_metadata(self, stream, mi, type):
|
|||
class MOBIMetadataWriter(MetadataWriterPlugin):
|
||||
|
||||
name = 'Set MOBI metadata'
|
||||
file_types = set(['mobi', 'prc', 'azw', 'azw4'])
|
||||
file_types = set(['mobi', 'prc', 'azw', 'azw3', 'azw4'])
|
||||
description = _('Set metadata in %s files')%'MOBI'
|
||||
author = 'Marshall T. Vandegrift'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue