fix: broken last.fm url
This commit is contained in:
parent
c6367ae505
commit
87365c859c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ func GetLastFMData() model.LastFMData {
|
|||
Song: "api error",
|
||||
Artist: "???",
|
||||
Image: "/missing.webp",
|
||||
Url: "https://www.last.fm/user/axolotlmaid" + os.Getenv("LASTFM_USERNAME"),
|
||||
Url: "https://www.last.fm/user/" + os.Getenv("LASTFM_USERNAME"),
|
||||
Playing: false,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue