Local API: Use libraryTypeID rather than libraryID for library (#4270)

This commit is contained in:
Dan Stillman 2024-06-12 05:05:48 -04:00
parent 6b79b5849e
commit d33a904207

View file

@ -682,7 +682,7 @@ Zotero.Library.prototype.toResponseJSON = function (options = {}) {
let uri = Zotero.URI.getLibraryURI(this.libraryID);
return {
type: this.libraryType,
id: this.id,
id: this.libraryTypeID,
name: this.name,
links: {
self: {