adding functionality to preview slider
This commit is contained in:
parent
016756df72
commit
a6d2eb28fd
4 changed files with 15 additions and 2 deletions
|
@ -173,6 +173,10 @@ Item {
|
|||
showPassiveNotification("Black is: " + black.visible);
|
||||
}
|
||||
|
||||
function seek(pos) {
|
||||
mpv.seek(pos);
|
||||
}
|
||||
|
||||
function quitMpv() {
|
||||
mpv.quit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue