From d2694bfba7f77340e09a9e2f23ad54731abee60a Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Wed, 1 Nov 2023 11:08:25 -0400 Subject: [PATCH] Add attachmentEPUB[Link] to getImageSrc() --- chrome/content/zotero/xpcom/data/cachedTypes.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/content/zotero/xpcom/data/cachedTypes.js b/chrome/content/zotero/xpcom/data/cachedTypes.js index 317d5011b6..afe8aa1f28 100644 --- a/chrome/content/zotero/xpcom/data/cachedTypes.js +++ b/chrome/content/zotero/xpcom/data/cachedTypes.js @@ -463,6 +463,8 @@ Zotero.ItemTypes = new function() { case 'attachmentLink': case 'attachmentPDF': case 'attachmentPDFLink': + case 'attachmentEPUB': + case 'attachmentEPUBLink': case 'attachmentSnapshot': case 'attachmentWebLink': case 'artwork':