gave up on qt and using mpv for audio too

This commit is contained in:
Chris Cochrun 2022-09-25 07:31:58 -05:00
parent 7f94cc37e7
commit 48514667cf
2 changed files with 23 additions and 6 deletions

View file

@ -163,6 +163,10 @@ Item {
previewSlide.playVideo();
pauseVideo();
}
function onAudioChanged() {
showPassiveNotification("Audio should change");
previewSlide.playAudio();
}
}
function pauseVideo() {