diff --git a/src/detection/sound/sound_linux.c b/src/detection/sound/sound_linux.c index ef7cd2f00..e36bf2963 100644 --- a/src/detection/sound/sound_linux.c +++ b/src/detection/sound/sound_linux.c @@ -31,6 +31,7 @@ static void paServerInfoCallback(pa_context *c, const pa_server_info *i, void *u if(ffStrbufEqualS(&device->manufacturer, i->default_sink_name)) { device->main = true; + device->active = true; // Treat the default sink as always active break; } }