feat: integrate CAA into getImageURL priority chain

This commit is contained in:
deluan
2026-03-20 18:50:49 -04:00
parent 7cc9208d87
commit 0f7ede580e
4 changed files with 93 additions and 12 deletions
+1 -1
View File
@@ -193,7 +193,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,
LargeURL: spotifyURL,
SmallImage: navidromeLogoURL,