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",
|
Song: "api error",
|
||||||
Artist: "???",
|
Artist: "???",
|
||||||
Image: "/missing.webp",
|
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,
|
Playing: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue