Add ability to list video imports

This commit is contained in:
Chocobozzz 2018-08-02 17:48:50 +02:00
parent 299474e827
commit ed31c05985
17 changed files with 283 additions and 19 deletions

View file

@ -152,7 +152,7 @@ app.use(function (err, req, res, next) {
error = err.stack || err.message || err
}
logger.error('Error in controller.', { error })
logger.error('Error in controller.', { err: error })
return res.status(err.status || 500).end()
})