Skip to content
Snippets Groups Projects
Commit b006662a authored by tobias's avatar tobias
Browse files

Change load Methode implemntation

parent fc9957b2
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -142,7 +142,7 @@ public class NativeAudioMacHandler extends AudioHandler {
});
Worker.runLater(() ->
{
isLoaded = NativeAudio.load(id, paths[0].toString().replace(" ", "%20"));
isLoaded = NativeAudio.load(id, paths[0].toString());
if (isLoaded) {
Platform.runLater(() ->
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment