mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-22 00:07:52 +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)
|
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