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

Files with commas in the name cannot be played #75

Closed flyx closed 8 years ago

flyx commented 9 years ago

If a file name contains a comma, the file is listed when browsing the database. However, when I try to add it to the queue, an error popup “Not Found” appears. When I remove the comma from the file name, it works.

LordMyschkin commented 8 years ago

This seems to be a double from #27 and #106 and should be fixed now - please close!