mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
231ee3bcfb
commit
2c41c0f472
@ -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.'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user