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 {