mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-04-02 01:16:54 +02:00
Update server/controllers/SeriesController.js
Co-authored-by: Paul Nettleton <paulnett7@hotmail.com>
This commit is contained in:
parent
2cba83f1dd
commit
e4c20d677c
@ -43,7 +43,7 @@ class SeriesController {
|
|||||||
await this.db.updateEntity('series', req.series)
|
await this.db.updateEntity('series', req.series)
|
||||||
SocketAuthority.emitter('series_updated', req.series.toJSON())
|
SocketAuthority.emitter('series_updated', req.series.toJSON())
|
||||||
}
|
}
|
||||||
res.json(req.series)
|
res.json(req.series.toJSON())
|
||||||
}
|
}
|
||||||
|
|
||||||
middleware(req, res, next) {
|
middleware(req, res, next) {
|
||||||
|
Loading…
Reference in New Issue
Block a user