diff --git a/dribbblish-dynamic.js b/dribbblish-dynamic.js index cc941b6..59cb087 100644 --- a/dribbblish-dynamic.js +++ b/dribbblish-dynamic.js @@ -231,7 +231,7 @@ async function songchange() { album_date = album_date.toLocaleString('default', album_date>recent_date ? { year: 'numeric', month: 'short' } : { year: 'numeric' }) album_link = ""+Spicetify.Player.data.track.metadata.album_title+"" - nearArtistSpanText = album_link + " — " + album_date + nearArtistSpanText = album_link + " • " + album_date } else if (Spicetify.Player.data.track.uri.includes('spotify:episode')) { // podcast bgImage = bgImage.replace('spotify:image:', 'https://i.scdn.co/image/') @@ -342,4 +342,4 @@ document.styleSheets[0].addRule('.Root__top-container::before', opacity: calc(0.07 + 0.03 * var(--is_light, 0)); z-index: +3;`) -document.documentElement.style.setProperty('--warning_message', ' '); \ No newline at end of file +document.documentElement.style.setProperty('--warning_message', ' ');