segler-alex / radiobrowser-api-rust

radio-browser API implementation in rust
GNU Affero General Public License v3.0
232 stars 100 forks source link

Advanced search hide broken option #100

Closed andyklimczak closed 3 years ago

andyklimczak commented 3 years ago

Advanced search endpoint (http://de1.api.radio-browser.info/json/stations/search) does not utilize a hideBroken param, unlike the List of radio stations endpoint (http://de1.api.radio-browser.info/{format}/stations/byuuid/{searchterm}).

Was wondering if hideBroken param could be added to the advanced search endpoint to match polarity

Thanks!

segler-alex commented 3 years ago

it was already the case, but not documented. i added it to the documentation in version 0.7.12

andyklimczak commented 3 years ago

Thanks, appreciate all your work!