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)