mediaplayer: bluetooth: update discovery_result response to new format
[apps/mediaplayer.git] / app / MediaPlayer.qml
index a297162..ebd5324 100644 (file)
@@ -41,7 +41,6 @@ ApplicationWindow {
         repeat: true
         onTriggered: {
             bluetooth.position = bluetooth.position + 250
-            slider.value = bluetooth.position
         }
     }
 
@@ -265,13 +264,13 @@ ApplicationWindow {
                             Label {
                                 Layout.fillWidth: true
                                 text: model.artist
-                                color: '#66FF99'
+                                color: '#00ADDC'
                                 font.pixelSize: 32
                             }
                         }
                         //Label {
                         //    text: player.time2str(model.duration)
-                        //    color: '#66FF99'
+                        //    color: '#00ADDC'
                         //    font.pixelSize: 32
                         //}
                     }