diff --git a/src/qml/presenter/VideoEditor.qml b/src/qml/presenter/VideoEditor.qml index d4567eb..41a1773 100644 --- a/src/qml/presenter/VideoEditor.qml +++ b/src/qml/presenter/VideoEditor.qml @@ -225,7 +225,8 @@ Item { } function changeVideo(video) { - root.video = video; + let vid = videoProxyModel.getVideo(video); + root.video = vid; mpvLoadingTimer.restart(); }