mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-05 06:54:59 +02:00
Update cover url, audiobook player speed
This commit is contained in:
parent
8fbdc1523d
commit
dee7bcb2c2
6 changed files with 58 additions and 19 deletions
|
@ -198,6 +198,11 @@ class Server {
|
|||
var client = this.clients[socket.id]
|
||||
client.user = user
|
||||
|
||||
if (!client.user.toJSONForBrowser) {
|
||||
Logger.error('Invalid user...', client.user)
|
||||
return
|
||||
}
|
||||
|
||||
// Check if user has stream open
|
||||
if (client.user.stream) {
|
||||
Logger.info('User has stream open already', client.user.stream)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue