ArturSierzant / OMPD

O!MPD is free, opensource MPD client based on PHP and mySQL.
http://ompd.pl
GNU General Public License v3.0
40 stars 13 forks source link

Adding radiostation url as Favorite stream converts url to all lowercase disabling stream... #114

Closed maartenlangeveld closed 4 years ago

maartenlangeveld commented 4 years ago

When adding a radiostation's stream as favorite the url gets converted to lower case which makes the url invalid.

E.G. adding http://thesoundofjazz.net:8000/TheSoundOfJazzHD results in http://thesoundofjazz.net:8000/thesoundofjazzhd

The last url is invalid and won't play.

ArturSierzant commented 4 years ago

Thanks for notice this - it's fixed in 10463a3.

Regards, Artur