huhridge / huh-spicetify-extensions

Collection of my spicetify extensions
221 stars 20 forks source link

Replaced missing formatDate function #84

Closed machinemessiah closed 10 months ago

machinemessiah commented 11 months ago

Replaced the call to Locale.formatDate since (afaik) there is no such function in the Spicetify.Locale module anymore.

This formats the date like so: "November 22, 2009".

No idea if that's the preferred method to use, but I kept seeing the same errors every time I went to an album page so I tossed this in and it works for me.

huhridge commented 10 months ago

thanks!