diff --git a/chrome/content/zotero/xpcom/annotations.js b/chrome/content/zotero/xpcom/annotations.js index 07654ffcf6..329a81471b 100644 --- a/chrome/content/zotero/xpcom/annotations.js +++ b/chrome/content/zotero/xpcom/annotations.js @@ -103,7 +103,7 @@ Zotero.Annotations = new function () { parts.push('library'); } else if (library.libraryType == 'group') { - parts.push('groups', library.groupID); + parts.push('groups', library.groupID + ''); } else { throw new Error(`Unexpected library type '${library.libraryType}'`);