diff --git a/src/qml/AudioComponent.qml b/src/qml/AudioComponent.qml index 8d9abed9c..43c31faab 100644 --- a/src/qml/AudioComponent.qml +++ b/src/qml/AudioComponent.qml @@ -104,7 +104,7 @@ ColumnLayout { target: playButton icon.name: "media-playback-start" onClicked: { - audio.source = root.progressInfo.localPath; + audio.source = root.fileTransferInfo.localPath; audio.play() } }