changeVideo works now
This commit is contained in:
parent
01a5ada683
commit
2065a0f8aa
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue