Fix audio playback
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user