milaq / YCast

Self hosted vTuner internet radio service emulation
Other
240 stars 93 forks source link

bugfix: added exception handling for server.get_station_by_id #106

Open Canuma opened 2 years ago

Canuma commented 2 years ago

There was a small bug when server.get_stream_url() called get_station_by_id() and the station ID was wrong. By adding exception handling we can now return to calling function gracefully