segler-alex / radiobrowser-api

radio browser server api
GNU Affero General Public License v3.0
72 stars 15 forks source link

bitrateMin in advanced search #29

Open claperius opened 6 years ago

claperius commented 6 years ago

When bitrateMin is set for example to 192 (kbps) while calling "/stations/search", the server returns also bunch of stations with bitrate set to "128000" (128 kbps) messing the whole result. I am not sure what is better: fix it in the search procedure or rather in bitrate retrieval procedure.