IrosTheBeggar / mStream

The easiest music streaming server available
http://mstream.io
GNU General Public License v3.0
2.22k stars 188 forks source link

Escape question marks in filenames #398

Closed tdammers closed 1 year ago

tdammers commented 1 year ago

This should fix #397.

Factoring out the URL-encoding, and checking it for other potentially problematic characters, might be worth doing though.

IrosTheBeggar commented 1 year ago

Thanks for taking the time to fix this