changeVideo works now

This commit is contained in:
Chris Cochrun 2023-03-05 07:17:19 -06:00
parent 01a5ada683
commit 2065a0f8aa

View file

@ -225,7 +225,8 @@ Item {
} }
function changeVideo(video) { function changeVideo(video) {
root.video = video; let vid = videoProxyModel.getVideo(video);
root.video = vid;
mpvLoadingTimer.restart(); mpvLoadingTimer.restart();
} }