From 90a34141b37df1c770fb69d8ad9e53619b9e7175 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 28 Jul 2025 07:20:20 -0500 Subject: [PATCH] fix progress bar of video in songEditor --- src/qml/presenter/SongEditorSlideList.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qml/presenter/SongEditorSlideList.qml b/src/qml/presenter/SongEditorSlideList.qml index 0eab302..10c1b9d 100644 --- a/src/qml/presenter/SongEditorSlideList.qml +++ b/src/qml/presenter/SongEditorSlideList.qml @@ -62,8 +62,8 @@ Item { spacing: Kirigami.Units.gridUnit synchronousDrag: true delegate: Loader { - property var mpvDuration: representation.mpvDuration - property var mpvPosition: representation.mpvPosition + property var mpvDuration: representation.videoDuration + property var mpvPosition: representation.videoPosition width: slideList.width height: width * 9 / 16 Presenter.Slide {