mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:18:29 +01:00
try artwork :p
This commit is contained in:
parent
6b4bb33621
commit
c87351e726
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
url: url_e,
|
url: url_e,
|
||||||
info: song,
|
info: song,
|
||||||
color: await modules
|
color: await modules
|
||||||
.getColors(`https://i.ytimg.com/vi/${v}/maxresdefault.jpg`)
|
.getColors(song.artwork)
|
||||||
.then((colors) => colors[0].hex()),
|
.then((colors) => colors[0].hex()),
|
||||||
engagement: engagement,
|
engagement: engagement,
|
||||||
process: process,
|
process: process,
|
||||||
|
|
Loading…
Reference in a new issue