Update collection id prefix

This commit is contained in:
advplyr 2022-11-12 14:31:45 -06:00
parent ed76f51f4b
commit 92e3e0ef6e

View File

@ -63,7 +63,7 @@ class Collection {
if (!data.userId || !data.libraryId || !data.name) { if (!data.userId || !data.libraryId || !data.name) {
return false return false
} }
this.id = getId('usr') this.id = getId('col')
this.userId = data.userId this.userId = data.userId
this.libraryId = data.libraryId this.libraryId = data.libraryId
this.name = data.name this.name = data.name