notandy / ympd

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

Fix broken add track action #81

Closed ghost closed 8 years ago

ghost commented 8 years ago

Fix the bug I've introduced in my PR #78, breaking the add track/playlist action. We have to decode URIs before sending them back to our socket!

fixes #80