Merge branch 'master' of github.com:IrosTheBeggar/mStream into master

This commit is contained in:
IrosTheBeggar 2021-11-18 15:11:07 -05:00
commit de42cd89ba

View File

@ -146,7 +146,7 @@ exports.setup = (mstream) => {
res.json({});
try {
dbQueue.scanVPath(input.vpath);
dbQueue.scanVPath(input.value.vpath);
}catch (err) {
winston.error('/api/v1/admin/directory failed to add ', { stack: err });
}