removed unwanted files

This commit is contained in:
nymea 2019-07-10 08:06:19 +02:00 committed by Michael Zanetti
parent 805595588f
commit 20022c7d8d
3 changed files with 3 additions and 3 deletions

View File

@ -89,6 +89,7 @@ void DevicePluginSonos::postSetupDevice(Device *device)
device->setStateValue(sonosMuteStateTypeId, mute);
}
}
m_sonosSystem->GetPlayer()->MakeFilePictureUrl();
while(m_sonosSystem->GetPlayer()->TransportPropertyEmpty());

View File

@ -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();

View File

@ -1,2 +0,0 @@
TARGET_ARCH=armhf
TARGET_UBUNTU=stretch