diff --git a/chrome/content/zotero/ZoteroProtocolHandler.jsm b/chrome/content/zotero/ZoteroProtocolHandler.jsm index 1fb8f6e3cc..78c9018156 100644 --- a/chrome/content/zotero/ZoteroProtocolHandler.jsm +++ b/chrome/content/zotero/ZoteroProtocolHandler.jsm @@ -107,7 +107,7 @@ function ZoteroProtocolHandler() { .slice(params.groupID !== undefined ? 4 : 3) .filter(Boolean); if (resourcePathParts.length) { - if (!item.isSnapshotAttachment()) { + if (item.attachmentReaderType !== 'snapshot') { return this._errorChannel(`Item for ${uriPath} is not a snapshot attachment -- cannot access resources`); }