diff --git a/backseat/components/recentlyListened/index.templ b/backseat/components/recentlyListened/index.templ index f539c36..e2e73ef 100644 --- a/backseat/components/recentlyListened/index.templ +++ b/backseat/components/recentlyListened/index.templ @@ -4,6 +4,7 @@ import ( "git.akpain.net/codemicro/backseat-music/backseat/httpUtil" "github.com/zmb3/spotify/v2" "strconv" + "encoding/json" ) func formatArtistNames(artists []spotify.SimpleArtist) string { @@ -41,7 +42,7 @@ templ indexPage() { } -
+