refresh album
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
<h2>Listening to:</h2>
|
<h2>Listening to:</h2>
|
||||||
<div
|
<div
|
||||||
x-data="spotifyPlayer()"
|
x-data="spotifyPlayer()"
|
||||||
x-init="fetchNowPlaying()"
|
x-init="fetchNowPlaying(); setInterval(fetchNowPlaying, 60000)"
|
||||||
class="spotify-card"
|
class="spotify-card"
|
||||||
>
|
>
|
||||||
<img :src="album_image" class="album-img" alt="" />
|
<img :src="album_image" class="album-img" alt="" />
|
||||||
|
|||||||
Reference in New Issue
Block a user