mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
commit
6fc5014f1d
@ -231,11 +231,6 @@ class MetadataBulkDialog(QDialog, Ui_MetadataBulkDialog):
|
||||
return error_dialog(self, _('Failed'),
|
||||
self.worker.error[0], det_msg=self.worker.error[1],
|
||||
show=True)
|
||||
|
||||
for w in getattr(self, 'custom_column_widgets', []):
|
||||
w.commit(self.ids)
|
||||
self.db.clean()
|
||||
|
||||
return QDialog.accept(self)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user