mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 00:13:50 +02:00
Fix #1820548 [Backups backtrace](https://bugs.launchpad.net/calibre/+bug/1820548)
This commit is contained in:
parent
651344027c
commit
14e4682f29
1 changed files with 2 additions and 0 deletions
|
|
@ -195,6 +195,8 @@ def update(self):
|
|||
|
||||
def mark_all_dirty(self):
|
||||
db = self.db()
|
||||
if db is None:
|
||||
return
|
||||
db.new_api.mark_as_dirty(db.new_api.all_book_ids())
|
||||
|
||||
# }}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue