Add for issue [Feature] Option to hide album line for self-titled singles
Fixes #26
This commit is contained in:
@@ -78,6 +78,12 @@
|
||||
"description": "When enabled, clicking the track title or album art in Discord opens the corresponding Spotify page",
|
||||
"default": false
|
||||
},
|
||||
"albumline":{
|
||||
"type": "boolean",
|
||||
"title": "Enable Album line for single track",
|
||||
"description": "When enabled, album name will disappear if there is only one track in the album and album name is duplicated with track name",
|
||||
"default": false
|
||||
},
|
||||
"users": {
|
||||
"type": "array",
|
||||
"title": "User Tokens",
|
||||
@@ -137,6 +143,10 @@
|
||||
"type": "Control",
|
||||
"scope": "#/properties/spotifylinks"
|
||||
},
|
||||
{
|
||||
"type": "Control",
|
||||
"scope": "#/properties/albumline"
|
||||
},
|
||||
{
|
||||
"type": "Control",
|
||||
"scope": "#/properties/users",
|
||||
|
||||
Reference in New Issue
Block a user