Merge branch 'socket-fixes' of https://github.com/k9withabone/audiobookshelf into socket-fixes

This commit is contained in:
advplyr 2022-12-23 07:34:15 -06:00
commit b516019ddd

View File

@ -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) {