mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-08 09:04:43 +01:00
Merge branch 'socket-fixes' of https://github.com/k9withabone/audiobookshelf into socket-fixes
This commit is contained in:
commit
b516019ddd
@ -43,7 +43,7 @@ class SeriesController {
|
||||
await this.db.updateEntity('series', req.series)
|
||||
SocketAuthority.emitter('series_updated', req.series.toJSON())
|
||||
}
|
||||
res.json(req.series)
|
||||
res.json(req.series.toJSON())
|
||||
}
|
||||
|
||||
middleware(req, res, next) {
|
||||
|
Loading…
Reference in New Issue
Block a user