mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-20 13:53:19 +01:00
Update:Rename UserCollections to Collections
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const Logger = require('../Logger')
|
||||
const { getId } = require('../utils/index')
|
||||
|
||||
class UserCollection {
|
||||
class Collection {
|
||||
constructor(collection) {
|
||||
this.id = null
|
||||
this.libraryId = null
|
||||
@@ -105,4 +105,4 @@ class UserCollection {
|
||||
return hasUpdates
|
||||
}
|
||||
}
|
||||
module.exports = UserCollection
|
||||
module.exports = Collection
|
||||
Reference in New Issue
Block a user