add smooth mp4

This commit is contained in:
anarch3 2022-11-15 18:06:29 -05:00
parent 043628493d
commit f84072eda8
3 changed files with 14 additions and 1 deletions

View file

@ -46,7 +46,7 @@ function fetchMedia(req, res, next) {
url: '/' + row.id
}
});
res.locals.files = files;
res.locals.files = files.reverse(); //reverse so newest files appear first
res.locals.Count = files.length;
next();
});