Skip to content

Commit

Permalink
fix artist name on spotify link
Browse files Browse the repository at this point in the history
  • Loading branch information
blastbeng committed Sep 27, 2024
1 parent 0f4bb38 commit 5fd5700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotisub/templates/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</a>
{% elif (playlist["type"] == "artist_recommendations") or (playlist["type"] == "artist_top_tracks") %}
<a href="{{ playlist["spotify_playlist_uri"] }}" class="article normal-href" target="_blank">
View Playlist on Spotify
View Artist on Spotify
</a>
{% else %}
<a href="https://open.spotify.com/" class="article normal-href" target="_blank">
Expand Down

0 comments on commit 5fd5700

Please sign in to comment.