feat: add a link to Navidrome's website on the overlay logo

This commit is contained in:
deluan
2026-02-23 23:41:56 -05:00
parent a23e3f1e4d
commit df3a426203
3 changed files with 9 additions and 3 deletions
+1
View File
@@ -98,6 +98,7 @@ type activityAssets struct {
LargeURL string `json:"large_url,omitempty"`
SmallImage string `json:"small_image,omitempty"`
SmallText string `json:"small_text,omitempty"`
SmallURL string `json:"small_url,omitempty"`
}
// presencePayload represents a Discord presence update.