Fix audio playback
This commit is contained in:
@@ -104,7 +104,7 @@ ColumnLayout {
|
|||||||
target: playButton
|
target: playButton
|
||||||
icon.name: "media-playback-start"
|
icon.name: "media-playback-start"
|
||||||
onClicked: {
|
onClicked: {
|
||||||
audio.source = root.progressInfo.localPath;
|
audio.source = root.fileTransferInfo.localPath;
|
||||||
audio.play()
|
audio.play()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user