Add for issue [Feature] Option to hide album line for self-titled singles
Fixes #26
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user