We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c7d9bc + 3a6cacd commit b02fdb9Copy full SHA for b02fdb9
TextToSpeech/impl/TTSDownloader.cpp
@@ -144,11 +144,8 @@ bool TTSDownloader::downloadFile(std::string ttsRequest)
144
void TTSDownloader::saveConfiguration(std::string path)
145
{
146
TTSLOG_INFO("TTSDownloader saveconfiguration path %s\n", path.c_str());
147
- m_objectMutex.lock();
148
- m_config.saveFallbackPath(path);
149
- m_config.updateConfigStore();
150
m_defaultConfig.saveFallbackPath(path);
151
- m_objectMutex.unlock();
+ m_defaultConfig.updateConfigStore();
152
}
153
154
}//end of namespace TTS
0 commit comments