mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Mark all books as dirty when deleting custom column
This commit is contained in:
parent
9c6b131235
commit
d8c244a83b
@ -1547,6 +1547,7 @@ class Cache(object):
|
||||
@write_api
|
||||
def delete_custom_column(self, label=None, num=None):
|
||||
self.backend.delete_custom_column(label, num)
|
||||
self._mark_as_dirty(self._all_book_ids())
|
||||
|
||||
@write_api
|
||||
def create_custom_column(self, label, name, datatype, is_multiple, editable=True, display={}):
|
||||
|
Loading…
x
Reference in New Issue
Block a user