Link to Last.fm events from "On Tour" badge

This commit is contained in:
Claudio Ortolina
2025-04-11 10:27:45 +01:00
parent 32c11f86c9
commit 3f4e2bc975
3 changed files with 14 additions and 5 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ defmodule LastFm.ArtistTest do
image:
"https://lastfm.freetls.fastly.net/i/u/64s/2a96cbd8b46e442fc41c2b86b821562f.png",
play_count: 123,
on_tour: false
on_tour: false,
base_url: "https://www.last.fm/music/Steven+Wilson"
} ==
LastFm.Artist.from_api_response(api_response)
end