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
f3d44e7c6b
commit
a6dc06ea2b
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
url: url_e,
|
||||
info: song,
|
||||
color: await modules
|
||||
.getColors(`https://i.ytimg.com/vi/${v}/maxresdefault.jpg`)
|
||||
.getColors(song.artwork)
|
||||
.then((colors) => colors[0].hex()),
|
||||
engagement: engagement,
|
||||
process: process,
|
||||
|
|
Loading…
Reference in a new issue