mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 00:43:52 +02:00
IGN:Tag release
This commit is contained in:
parent
e8b2851b55
commit
aacedf67e7
2 changed files with 250 additions and 229 deletions
|
|
@ -618,6 +618,7 @@ def get_categories(self, sort='name', book_ids=None, icon_map=None):
|
|||
def set_field(self, name, book_id_to_val_map, allow_case_change=True):
|
||||
# TODO: Specialize title/authors to also update path
|
||||
# TODO: Handle updating caches used by composite fields
|
||||
# TODO: Ensure the sort fields are updated for title/author/series?
|
||||
dirtied = self.fields[name].writer.set_books(
|
||||
book_id_to_val_map, self.backend, allow_case_change=allow_case_change)
|
||||
return dirtied
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue