notandy / ympd

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
http://www.ympd.org
GNU General Public License v2.0
523 stars 144 forks source link

Typo error prevent webradio playlists to show. #175

Closed Emilot closed 6 years ago

Emilot commented 6 years ago

Issue fixed https://github.com/notandy/ympd/issues/165

ghost commented 6 years ago

I tested it and does what it says. pls files are back again. Thanks @Emilot!

SuperBFG7 commented 6 years ago

This actually breaks browsing: it means that instead of adding class "hide" to the already existing classes (for example class="dir hide") it will concatenate them and make a new class (ie. "dirhide") which breaks browsing.

I've fixed it properly in pullrequest #177

Emilot commented 6 years ago

Perfect SuperBFG7! Thank you for the actual fix of this annoying issue.