janus: _aplay_thread(): don't see at has_listeners

This commit is contained in:
Maxim Devaev
2026-05-31 17:05:34 +03:00
parent 92878e22ab
commit 8b76b59393

View File

@@ -345,7 +345,7 @@ static void *_aplay_thread(void *arg) {
} }
} }
if (!_HAS_WATCHERS || !_HAS_LISTENERS || !_HAS_SPEAKERS) { if (!_HAS_WATCHERS || !_HAS_SPEAKERS) {
goto close_aplay; goto close_aplay;
} }