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
+10
View File
@@ -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",