fix: broken last.fm url

This commit is contained in:
trafficlunar 2025-01-16 21:58:38 +00:00
parent c6367ae505
commit 87365c859c

View file

@ -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,
}