diff --git a/chrome/content/zotero/xpcom/attachments.js b/chrome/content/zotero/xpcom/attachments.js index 7b98055a5c..a9f5fb4656 100644 --- a/chrome/content/zotero/xpcom/attachments.js +++ b/chrome/content/zotero/xpcom/attachments.js @@ -1387,7 +1387,9 @@ Zotero.Attachments = new function(){ current.result = attachment; progressQueue.updateRow( current.item.id, - Zotero.ProgressQueue.ROW_FAILED, + attachment + ? Zotero.ProgressQueue.ROW_SUCCEEDED + : Zotero.ProgressQueue.ROW_FAILED, attachment ? attachment.getField('title') : Zotero.getString('findPDF.noPDFFound')