Update tests & write README

This commit is contained in:
sproutsberry
2026-02-09 13:22:44 -05:00
parent 69e5dd6348
commit 10e42be952
5 changed files with 86 additions and 11 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ func (p *discordPlugin) NowPlaying(input scrobbler.NowPlayingRequest) error {
End: endTime,
},
Assets: activityAssets{
LargeImage: getImageURL(input.Username, input.Track.ID),
LargeImage: getImageURL(input.Username, input.Track),
LargeText: input.Track.Album,
},
}); err != nil {