IGN:Tag release

This commit is contained in:
Kovid Goyal 2013-03-01 10:20:31 +05:30
parent e8b2851b55
commit aacedf67e7
2 changed files with 250 additions and 229 deletions

View File

@ -618,6 +618,7 @@ class Cache(object):
def set_field(self, name, book_id_to_val_map, allow_case_change=True): def set_field(self, name, book_id_to_val_map, allow_case_change=True):
# TODO: Specialize title/authors to also update path # TODO: Specialize title/authors to also update path
# TODO: Handle updating caches used by composite fields # 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( dirtied = self.fields[name].writer.set_books(
book_id_to_val_map, self.backend, allow_case_change=allow_case_change) book_id_to_val_map, self.backend, allow_case_change=allow_case_change)
return dirtied return dirtied

File diff suppressed because it is too large Load Diff