From 8b76b593932392931d940194b3c4cd0498453d90 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 31 May 2026 17:05:34 +0300 Subject: [PATCH] janus: _aplay_thread(): don't see at has_listeners --- janus/src/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/janus/src/plugin.c b/janus/src/plugin.c index 2aa6f38..d48a2f5 100644 --- a/janus/src/plugin.c +++ b/janus/src/plugin.c @@ -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; }