mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-31 00:05:27 +02:00
Server socket event fixes
This commit is contained in:
parent
a9ee9031c3
commit
2cba83f1dd
6 changed files with 11 additions and 11 deletions
|
@ -58,7 +58,7 @@ class NotificationManager {
|
|||
}
|
||||
|
||||
await this.db.updateEntity('settings', this.db.notificationSettings)
|
||||
SocketAuthority.emitter('notifications_updated', this.db.notificationSettings)
|
||||
SocketAuthority.emitter('notifications_updated', this.db.notificationSettings.toJSON())
|
||||
|
||||
this.notificationFinished()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue