Add for issue [Feature] Option to hide album line for self-titled singles

Fixes #26
This commit is contained in:
vuminh224
2026-03-23 14:58:41 +01:00
parent 47b444d72a
commit b092e72c82
3 changed files with 72 additions and 2 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ type activityTimestamps struct {
type activityAssets struct {
LargeImage string `json:"large_image"`
LargeText string `json:"large_text"`
LargeText string `json:"large_text,omitempty"`
LargeURL string `json:"large_url,omitempty"`
SmallImage string `json:"small_image,omitempty"`
SmallText string `json:"small_text,omitempty"`