From 20022c7d8dca3398d92d696a9fceded9e979bfc5 Mon Sep 17 00:00:00 2001 From: nymea Date: Wed, 10 Jul 2019 08:06:19 +0200 Subject: [PATCH] removed unwanted files --- sonos/devicepluginsonos.cpp | 1 + sonos/devicepluginsonos.h | 3 ++- unipi/.crossbuilder/cache.conf | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 unipi/.crossbuilder/cache.conf diff --git a/sonos/devicepluginsonos.cpp b/sonos/devicepluginsonos.cpp index 2499fc21..3d53a4bc 100644 --- a/sonos/devicepluginsonos.cpp +++ b/sonos/devicepluginsonos.cpp @@ -89,6 +89,7 @@ void DevicePluginSonos::postSetupDevice(Device *device) device->setStateValue(sonosMuteStateTypeId, mute); } } + m_sonosSystem->GetPlayer()->MakeFilePictureUrl(); while(m_sonosSystem->GetPlayer()->TransportPropertyEmpty()); diff --git a/sonos/devicepluginsonos.h b/sonos/devicepluginsonos.h index 169cd1eb..1de68f50 100644 --- a/sonos/devicepluginsonos.h +++ b/sonos/devicepluginsonos.h @@ -52,8 +52,9 @@ public: private: SONOS::System *m_sonosSystem = nullptr; PluginTimer *m_pluginTimer; + void updateZoneInfo(); - static void handleEventCB(void *handle); + void handleEventCB(void *handle); private slots: void onPluginTimer(); diff --git a/unipi/.crossbuilder/cache.conf b/unipi/.crossbuilder/cache.conf deleted file mode 100644 index 5aa1fd54..00000000 --- a/unipi/.crossbuilder/cache.conf +++ /dev/null @@ -1,2 +0,0 @@ -TARGET_ARCH=armhf -TARGET_UBUNTU=stretch