diff --git a/src/trx-client/trx-frontend/trx-frontend-http/src/audio.rs b/src/trx-client/trx-frontend/trx-frontend-http/src/audio.rs index e8f6306..9ed5463 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/src/audio.rs +++ b/src/trx-client/trx-frontend/trx-frontend-http/src/audio.rs @@ -503,9 +503,7 @@ pub async fn audio_ws( tokio::sync::watch::Receiver>, ) = if let Some(ch_id) = query.channel_id { let info_rx = if let Some(ref remote) = query.remote { - context - .rig_audio_info_rx(remote) - .or_else(|| context.audio_info.as_ref().cloned()) + context.rig_audio_info_rx(remote) } else { context.audio_info.as_ref().cloned() };