mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-25 05:09:40 +00:00
Merge branch 'socket-fixes' of https://github.com/k9withabone/audiobookshelf into socket-fixes
This commit is contained in:
commit
b516019ddd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue