Skip to content

Commit

Permalink
add "listen on spotify" links
Browse files Browse the repository at this point in the history
  • Loading branch information
leearaneta committed Aug 6, 2024
1 parent 8a4dc21 commit 5432cd8
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 52 deletions.
7 changes: 0 additions & 7 deletions assets/spotify_logo.svg

This file was deleted.

2 changes: 1 addition & 1 deletion lib/snippit/spotify_api.ex
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defmodule Snippit.SpotifyApi do
spotify_url: track["uri"],
artist: track["artists"]
|> Enum.map(fn artist -> artist["name"] end)
|> Enum.join(" "),
|> Enum.join(", "),
track: track["name"],
duration_ms: track["duration_ms"]
}
Expand Down
Loading

0 comments on commit 5432cd8

Please sign in to comment.