diff options
Diffstat (limited to 'app/api/BluetoothManager.qml')
-rw-r--r-- | app/api/BluetoothManager.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/api/BluetoothManager.qml b/app/api/BluetoothManager.qml index bb273a5..514a395 100644 --- a/app/api/BluetoothManager.qml +++ b/app/api/BluetoothManager.qml @@ -85,7 +85,6 @@ WebSocket { root.deviceAddress = address if (!address) { root.connected = false - playlistview.visible = true } } break @@ -173,7 +172,6 @@ WebSocket { function connect_profiles() { sendSocketMessage("connect", { "value": root.deviceAddress, "uuid": a2dp_uuid }) sendSocketMessage("connect", { "value": root.deviceAddress, "uuid": avrcp_uuid }) - root.av_connected = true } function disconnect_profiles() { |