add smooth mp4
This commit is contained in:
parent
043628493d
commit
f84072eda8
3 changed files with 14 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue