mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-01 06:50:13 +02:00
Server socket event fixes
This commit is contained in:
@ -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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user