clarify parameters
This commit is contained in:
parent
0086c20529
commit
1559c72618
3 changed files with 6 additions and 6 deletions
|
@ -224,8 +224,8 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
function changeVideo(video) {
|
||||
let vid = videoProxyModel.getVideo(video);
|
||||
function changeVideo(index) {
|
||||
let vid = videoProxyModel.getVideo(index);
|
||||
root.video = vid;
|
||||
mpvLoadingTimer.restart();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue