owntone / owntone-server

Linux/FreeBSD DAAP (iTunes) and MPD media server with support for AirPlay 1 and 2 speakers (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.
https://owntone.github.io/owntone-server
GNU General Public License v2.0
1.99k stars 227 forks source link

[docs] Fix the result types in "Search by search term" #1736

Closed johtani closed 2 months ago

johtani commented 2 months ago

Owntone server supports the composer result type instead of genre type, I think. What do you think?

The implementation of search term is here: https://github.com/owntone/owntone-server/blob/master/src/httpd_jsonapi.c#L4444