From 5c280ba3fbf7a9b3dbf509ef5ad9d1ba6055f0ae Mon Sep 17 00:00:00 2001 From: OzGav Date: Mon, 23 Sep 2024 10:34:03 +1000 Subject: [PATCH] Add issue link --- docs/music-providers/subsonic.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/music-providers/subsonic.md b/docs/music-providers/subsonic.md index 9d393cdd..f92a192a 100644 --- a/docs/music-providers/subsonic.md +++ b/docs/music-providers/subsonic.md @@ -16,3 +16,4 @@ There is also a toggle for podcasts which will have no effect now but will allow ## Known Issues / Notes - Not all server implementations accept an empty string as a search query, however this is considered valid input per the API documentation. If search or track enumeration fails, ask the authors of your server implementation about handling empty query strings. - This provider makes use of https://github.com/khers/py-opensonic for communicating with the server, if something is failing to work properly in Music Assistant, try to use that library to interact with your server (can you ping it?, fetch artist and albums?, can you search?). +- If you find a mismatch between what is displayed by your Subsonic compatible server and Music Assistant then refer to and contribute [here to help find a solution](https://github.com/music-assistant/hass-music-assistant/issues/2192)