mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 17:06:02 +01:00
...
This commit is contained in:
commit
601d9be86c
1 changed files with 1 additions and 0 deletions
|
|
@ -713,6 +713,7 @@ def get_metadata(self, idx, index_is_id=False, get_cover=False):
|
|||
mi.isbn = self.isbn(idx, index_is_id=index_is_id)
|
||||
id = idx if index_is_id else self.id(idx)
|
||||
mi.application_id = id
|
||||
mi.id = id
|
||||
for key,meta in self.field_metadata.iteritems():
|
||||
if meta['is_custom']:
|
||||
mi.set_user_metadata(key, meta)
|
||||
|
|
|
|||
Loading…
Reference in a new issue