aboutsummaryrefslogtreecommitdiffstats
path: root/qml/Viper/ControlPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/Viper/ControlPanel.qml')
-rwxr-xr-xqml/Viper/ControlPanel.qml7
1 files changed, 3 insertions, 4 deletions
diff --git a/qml/Viper/ControlPanel.qml b/qml/Viper/ControlPanel.qml
index 4f5848d7..d54bd67a 100755
--- a/qml/Viper/ControlPanel.qml
+++ b/qml/Viper/ControlPanel.qml
@@ -199,8 +199,7 @@ Rectangle {
onClicked: {
if (checked === true) {
console.log(adaptationLogic)
- console.log(lastPlayed)
- dashPlayer.downloadMPD(lastPlayed, adaptationLogic, icn)
+ dashPlayer.downloadMPD(adaptationLogic, icn)
} else {
dashPlayer.pause();
}
@@ -309,7 +308,7 @@ Rectangle {
}
}
- Button {
+ /* Button {
id: openBtn
bgColor: "transparent"
bgColorSelected: "transparent"
@@ -322,7 +321,7 @@ Rectangle {
if(checked)
openMpd()
}
- }
+ } */
Button {
id: repeatBtn
bgColor: "transparent"