mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-20 13:53:19 +01:00
Sorting, fix user object bug, add settings module
This commit is contained in:
@@ -115,8 +115,12 @@ class StreamManager {
|
||||
Logger.error('No User for client', client)
|
||||
return
|
||||
}
|
||||
if (!client.user.updateAudiobookProgress) {
|
||||
Logger.error('Invalid User for client', client)
|
||||
return
|
||||
}
|
||||
client.user.updateAudiobookProgress(client.stream)
|
||||
this.db.updateEntity('user', client.user.toJSON())
|
||||
this.db.updateEntity('user', client.user)
|
||||
}
|
||||
}
|
||||
module.exports = StreamManager
|
||||
Reference in New Issue
Block a user