h
This commit is contained in:
parent
c5b94c8168
commit
5197bfe9f2
|
@ -86,8 +86,8 @@ Slider {
|
||||||
shouldSeek = true
|
shouldSeek = true
|
||||||
}
|
}
|
||||||
if (shouldSeek) {
|
if (shouldSeek) {
|
||||||
progressBarTimePreview.playerCommand(
|
/*progressBarTimePreview.playerCommand(
|
||||||
Enums.Commands.SeekAbsolute, a)
|
Enums.Commands.SeekAbsolute, a)*/
|
||||||
} else {
|
} else {
|
||||||
hoverProgressLabel.text = utils.createTimestamp(a)
|
hoverProgressLabel.text = utils.createTimestamp(a)
|
||||||
}
|
}
|
||||||
|
|
|
@ -203,7 +203,7 @@ Window {
|
||||||
z: 1
|
z: 1
|
||||||
logging: loggingSettings.logBackend
|
logging: loggingSettings.logBackend
|
||||||
|
|
||||||
onPlaylistChanged: function (playlist) {
|
/*onPlaylistChanged: function (playlist) {
|
||||||
for (var thing in playlist) {
|
for (var thing in playlist) {
|
||||||
var item = playlist[thing]
|
var item = playlist[thing]
|
||||||
if (playlist[thing]["current"]) {
|
if (playlist[thing]["current"]) {
|
||||||
|
@ -213,7 +213,7 @@ Window {
|
||||||
}
|
}
|
||||||
progressBarTimePreview.playerCommand(Enums.Commands.ForcePause)
|
progressBarTimePreview.playerCommand(Enums.Commands.ForcePause)
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
|
||||||
Action {
|
Action {
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
|
@ -492,7 +492,7 @@ Window {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PlayerBackend {
|
/*PlayerBackend {
|
||||||
z: 90
|
z: 90
|
||||||
id: progressBarTimePreview
|
id: progressBarTimePreview
|
||||||
height: parent.height
|
height: parent.height
|
||||||
|
@ -513,7 +513,7 @@ Window {
|
||||||
"worstvideo[height<=?" + String(
|
"worstvideo[height<=?" + String(
|
||||||
height) + "]/worst")
|
height) + "]/worst")
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue