diff --git a/src/calibre/gui2/dialogs/fetch_metadata.py b/src/calibre/gui2/dialogs/fetch_metadata.py index eb6edce75d..6ee9cd9a96 100644 --- a/src/calibre/gui2/dialogs/fetch_metadata.py +++ b/src/calibre/gui2/dialogs/fetch_metadata.py @@ -190,7 +190,8 @@ class FetchMetadata(QDialog, Ui_FetchMetadata): if self.model.rowCount() < 1: info_dialog(self, _('No metadata found'), _('No metadata found, try adjusting the title and author ' - 'or the ISBN key.')).exec_() + 'and/or removing the ISBN.')).exec_() + self.reject() return self.matches.setModel(self.model)