HaikuArchives / StreamRadio

Haiku-native application to search for and listen to internet radio stations.
8 stars 11 forks source link

Check if Shoutcast URL starts with "http" #45

Closed humdingerb closed 2 years ago

humdingerb commented 2 years ago

Only process a pasted Shoutcast URL if it starts with "http". Fixes #43

humdingerb commented 2 years ago

Not sure, is this a legit fix or a crude hack?

humdingerb commented 2 years ago

Changed it to check if the URL IsValid(). Feels a bit more correct...

humdingerb commented 2 years ago

Last change, I swear: Do the checking in Station:LoadIndirectUrl()