mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:38:25 +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,
|
||||
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