From 619b333a673f61937df33b2eb18dda614138d425 Mon Sep 17 00:00:00 2001 From: OzGav Date: Thu, 24 Oct 2024 10:01:03 +1000 Subject: [PATCH 1/3] Update manifest.json --- music_assistant/server/providers/player_group/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/server/providers/player_group/manifest.json b/music_assistant/server/providers/player_group/manifest.json index 8fa935742..85e7faee6 100644 --- a/music_assistant/server/providers/player_group/manifest.json +++ b/music_assistant/server/providers/player_group/manifest.json @@ -5,7 +5,7 @@ "description": "Create (permanent) groups of your favorite players. \nSupports both syncgroups (to group speakers of the same ecocystem to play in sync) and universal groups to group speakers of different ecosystems to play the same audio (but not in sync).", "codeowners": ["@music-assistant"], "requirements": [], - "documentation": "https://music-assistant.io/player-support/player_group/", + "documentation": "https://music-assistant.io/faq/groups/#sync-groups", "multi_instance": false, "builtin": true, "allow_disable": false, From bb2992ded58f6c70668ac0511bb017f9879531be Mon Sep 17 00:00:00 2001 From: OzGav Date: Thu, 24 Oct 2024 10:02:12 +1000 Subject: [PATCH 2/3] Update docs link --- music_assistant/server/providers/player_group/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/server/providers/player_group/manifest.json b/music_assistant/server/providers/player_group/manifest.json index 85e7faee6..9c2da78eb 100644 --- a/music_assistant/server/providers/player_group/manifest.json +++ b/music_assistant/server/providers/player_group/manifest.json @@ -5,7 +5,7 @@ "description": "Create (permanent) groups of your favorite players. \nSupports both syncgroups (to group speakers of the same ecocystem to play in sync) and universal groups to group speakers of different ecosystems to play the same audio (but not in sync).", "codeowners": ["@music-assistant"], "requirements": [], - "documentation": "https://music-assistant.io/faq/groups/#sync-groups", + "documentation": "https://music-assistant.io/faq/groups/", "multi_instance": false, "builtin": true, "allow_disable": false, From 56e788b51241923c7e26c6c99f979a670ce8d19d Mon Sep 17 00:00:00 2001 From: OzGav Date: Thu, 24 Oct 2024 10:03:35 +1000 Subject: [PATCH 3/3] Add docs link --- music_assistant/server/providers/bluesound/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/server/providers/bluesound/manifest.json b/music_assistant/server/providers/bluesound/manifest.json index a02a827b7..3379858e2 100644 --- a/music_assistant/server/providers/bluesound/manifest.json +++ b/music_assistant/server/providers/bluesound/manifest.json @@ -5,6 +5,6 @@ "description": "BluOS Player provider for Music Assistant.", "codeowners": ["@cyanogenbot"], "requirements": ["pyblu==1.0.4"], - "documentation": "Link to the documentation on the music-assistant.io helppage (may be added later).", + "documentation": "https://music-assistant.io/player-support/bluesound/", "mdns_discovery": ["_musc._tcp.local."] }