This commit is contained in:
Kovid Goyal 2016-06-12 12:27:18 +05:30
parent 231ee3bcfb
commit 2c41c0f472

View File

@ -904,7 +904,7 @@ class CoversWidget(QWidget): # {{{
if self.continue_processing: if self.continue_processing:
self.covers_view.clear_failed() self.covers_view.clear_failed()
if self.worker.error is not None: if self.worker.error and self.worker.error.strip():
error_dialog(self, _('Download failed'), error_dialog(self, _('Download failed'),
_('Failed to download any covers, click' _('Failed to download any covers, click'
' "Show details" for details.'), ' "Show details" for details.'),