Release v0.3.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"$schema": "https://raw.githubusercontent.com/navidrome/navidrome/refs/heads/master/plugins/manifest-schema.json",
|
"$schema": "https://raw.githubusercontent.com/navidrome/navidrome/refs/heads/master/plugins/manifest-schema.json",
|
||||||
"name": "Discord Rich Presence",
|
"name": "Discord Rich Presence",
|
||||||
"author": "Navidrome Team",
|
"author": "Navidrome Team",
|
||||||
"version": "0.2.2",
|
"version": "0.3.0",
|
||||||
"description": "Discord Rich Presence integration for Navidrome",
|
"description": "Discord Rich Presence integration for Navidrome",
|
||||||
"website": "https://github.com/navidrome/discord-rich-presence-plugin",
|
"website": "https://github.com/navidrome/discord-rich-presence-plugin",
|
||||||
"permissions": {
|
"permissions": {
|
||||||
@@ -51,7 +51,12 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Activity Name Display",
|
"title": "Activity Name Display",
|
||||||
"description": "Choose what to display as the activity name in Discord Rich Presence",
|
"description": "Choose what to display as the activity name in Discord Rich Presence",
|
||||||
"enum": ["Default", "Track", "Album", "Artist"],
|
"enum": [
|
||||||
|
"Default",
|
||||||
|
"Track",
|
||||||
|
"Album",
|
||||||
|
"Artist"
|
||||||
|
],
|
||||||
"default": "Default"
|
"default": "Default"
|
||||||
},
|
},
|
||||||
"uguuenabled": {
|
"uguuenabled": {
|
||||||
|
|||||||
Reference in New Issue
Block a user