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.
1 parent 6cd09f9 commit 87add9aCopy full SHA for 87add9a
sink_modules/audio_sink/src/main.cpp
@@ -56,7 +56,7 @@ class AudioSink : SinkManager::Sink {
56
txtDevList += '\0';
57
}
58
catch (std::exception e) {
59
- flog::error("AudioSinkModule Error getting audio device info: {0}", e.what());
+ flog::error("AudioSinkModule Error getting audio device info: {0}", e.what());
60
61
62
selectByName(device);
@@ -294,4 +294,4 @@ MOD_EXPORT void _DELETE_INSTANCE_(void* instance) {
294
MOD_EXPORT void _END_() {
295
config.disableAutoSave();
296
config.save();
297
-}
+}
0 commit comments