1
0
Fork 0
This commit is contained in:
namedkitten 2020-04-11 16:44:29 +01:00
parent c5b94c8168
commit 5197bfe9f2
2 changed files with 6 additions and 6 deletions

View file

@ -86,8 +86,8 @@ Slider {
shouldSeek = true
}
if (shouldSeek) {
progressBarTimePreview.playerCommand(
Enums.Commands.SeekAbsolute, a)
/*progressBarTimePreview.playerCommand(
Enums.Commands.SeekAbsolute, a)*/
} else {
hoverProgressLabel.text = utils.createTimestamp(a)
}

View file

@ -203,7 +203,7 @@ Window {
z: 1
logging: loggingSettings.logBackend
onPlaylistChanged: function (playlist) {
/*onPlaylistChanged: function (playlist) {
for (var thing in playlist) {
var item = playlist[thing]
if (playlist[thing]["current"]) {
@ -213,7 +213,7 @@ Window {
}
progressBarTimePreview.playerCommand(Enums.Commands.ForcePause)
}
}
}*/
Action {
onTriggered: {
@ -492,7 +492,7 @@ Window {
}
}
PlayerBackend {
/*PlayerBackend {
z: 90
id: progressBarTimePreview
height: parent.height
@ -513,7 +513,7 @@ Window {
"worstvideo[height<=?" + String(
height) + "]/worst")
}
}
}*/
}
}
}