diff --git a/dribbblish-dynamic.js b/dribbblish-dynamic.js index 136619d..53b383e 100644 --- a/dribbblish-dynamic.js +++ b/dribbblish-dynamic.js @@ -342,6 +342,7 @@ async function songchange() { Spicetify.Player.addEventListener("songchange", songchange) function pickCoverColor(img) { + img.setAttribute('crossOrigin', '') var swatches = new Vibrant(img, 5).swatches() lightCols = ["Vibrant", "DarkVibrant", "Muted", "LightVibrant"] darkCols = ["Vibrant", "LightVibrant", "Muted", "DarkVibrant"]