mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-03 15:53:47 +01:00
Remove orphans after bulk metadata edit
This commit is contained in:
parent
d9f60b415f
commit
2fc237c7de
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ def upd():
|
|||
finally:
|
||||
pd.hide()
|
||||
|
||||
self.db.clean()
|
||||
return QDialog.accept(self)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue