Skip to content

Commit

Permalink
Fix docs links (#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
OzGav authored Oct 24, 2024
1 parent a81ac70 commit 6699407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion music_assistant/server/providers/bluesound/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."]
}
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
"multi_instance": false,
"builtin": true,
"allow_disable": false,
Expand Down

0 comments on commit 6699407

Please sign in to comment.