diff --git a/src/qml/presenter/Slide.qml b/src/qml/presenter/Slide.qml index fbdd751..d91fce9 100644 --- a/src/qml/presenter/Slide.qml +++ b/src/qml/presenter/Slide.qml @@ -204,8 +204,8 @@ Item { } function playAudio() { - showPassiveNotification("Audio should change"); audio.loadFile(audioSource.toString()); + showPassiveNotification("Audio should change"); } function stopAudio() {