mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-05 02:34:56 +02:00
Update collection id prefix
This commit is contained in:
parent
ed76f51f4b
commit
92e3e0ef6e
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Collection {
|
|||
if (!data.userId || !data.libraryId || !data.name) {
|
||||
return false
|
||||
}
|
||||
this.id = getId('usr')
|
||||
this.id = getId('col')
|
||||
this.userId = data.userId
|
||||
this.libraryId = data.libraryId
|
||||
this.name = data.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue