mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:18:29 +01:00
add mobile download page :3
This commit is contained in:
parent
f833a6b095
commit
e5ae26293c
1 changed files with 2 additions and 1 deletions
|
@ -47,6 +47,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
color: await modules
|
||||
.getColors(`https://i.ytimg.com/vi/${v}/maxresdefault.jpg`)
|
||||
.then((colors) => colors[0].hex()),
|
||||
isMobile: req.useragent.isMobile,
|
||||
});
|
||||
} catch {
|
||||
res.redirect("/");
|
||||
|
|
Loading…
Reference in a new issue