v0.9.273
This commit is contained in:
@@ -316,10 +316,7 @@ void Audio::setDefaults() {
|
||||
vector_clear_and_shrink(m_playlistContent);
|
||||
m_hashQueue.clear(); m_hashQueue.shrink_to_fit(); // uint32_t vector
|
||||
if(config.getMode()!=PM_SDCARD){
|
||||
client.stop();
|
||||
client.flush(); // release memory
|
||||
clientsecure.stop();
|
||||
clientsecure.flush();
|
||||
if(_client) _client->stop();
|
||||
_client = static_cast<WiFiClient*>(&client); /* default to *something* so that no NULL deref can happen */
|
||||
}
|
||||
playI2Sremains();
|
||||
|
||||
Reference in New Issue
Block a user