mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-30 15:55:26 +02:00
Update user progress reset and delete logic
This commit is contained in:
parent
9107620b3c
commit
5dd1542af0
6 changed files with 28 additions and 7 deletions
|
@ -245,7 +245,7 @@ class Server {
|
|||
Logger.error('[Server] audiobookProgressUpdate invalid socket client')
|
||||
return
|
||||
}
|
||||
client.user.updateAudiobookProgressFromStream(progressPayload)
|
||||
client.user.updateAudiobookProgress(progressPayload.audiobookId, progressPayload)
|
||||
}
|
||||
|
||||
async authenticateSocket(socket, token) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue