SwiftAudio icon indicating copy to clipboard operation
SwiftAudio copied to clipboard

Open filename that contains whitespaces

Open mbend opened this issue 6 years ago • 0 comments
trafficstars

Hi, I'm using this library to open local url but I have a problem when I try to open an url that contains whitespaces in filename. So, for example, if I try to open a file which name is "example_file.mp3" this audio is successfully opened. But, if I try to open a file which name is "example file.mp3" an error occurs "The requested URL was not found on this server". I've also tried to replace the name with "example%20file.mp3" but I have the same error.

mbend avatar Nov 04 '19 17:11 mbend