gave up on qt and using mpv for audio too
This commit is contained in:
parent
7f94cc37e7
commit
48514667cf
2 changed files with 23 additions and 6 deletions
|
@ -163,6 +163,10 @@ Item {
|
|||
previewSlide.playVideo();
|
||||
pauseVideo();
|
||||
}
|
||||
function onAudioChanged() {
|
||||
showPassiveNotification("Audio should change");
|
||||
previewSlide.playAudio();
|
||||
}
|
||||
}
|
||||
|
||||
function pauseVideo() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue