auremompd / auremo

Automatically exported from code.google.com/p/auremo
0 stars 1 forks source link

Not shown title of https streams from server's playlists #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create extm3u playlist with https:// streams
2. See to playlists

What is the expected output? What do you see instead?
Expected: Title from #EXTINF
Instead: Blank field

What version of the product are you using? On what operating system?
Last version, Win7

Please provide any additional information below.
Error in file MPDSongResponseBlock.cs on string 50:
else if (File.ToLowerInvariant().StartsWith("http:"))

Original issue reported on code.google.com by artem.ko...@gmail.com on 13 Jan 2015 at 6:28