xyonico / BeatSaberSongLoader

A plugin for adding custom songs into Beat Saber
MIT License
238 stars 38 forks source link

Special characters in path fix #12

Closed SagsMug closed 6 years ago

SagsMug commented 6 years ago

This commit fixes the issue with special characters in the path by getting AbsoluteUri from path. I tested the issue with different methods like the ones in HttpUtility and found that they dont work for this particular issue, but AbsoluteUri does.