Fixed little problem with BT AudioSink status
[someplayer] / src / dbusadaptor.h
index 5e0caca..9d0f8f9 100644 (file)
@@ -101,6 +101,7 @@ Q_SIGNALS: // SIGNALS
        void albumArt(QString path);
 private:
        QTime _time;
+       bool _is_bt_conencted;
 };
 
 #endif