huh-spicetify-extensions
huh-spicetify-extensions copied to clipboard
fix(FAD): fix fetchColors
fixes #88, #101
The colors are always black because the wg://
protocol doesn't seem to work
Changed the url from wg://
to spclient.wg.spotify.com
, which is what Spicetify.colorextractor
is using.
Note that one of the 6 colors returned missing the preset
key, which should probably be the PROMINENT
color.
Currently the code doesn't handle the color and just set it to the undefined
key.