From ccb1178b95101e0d95ce2e6c0f7a828c0eb46889 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Thu, 6 Feb 2025 00:59:38 +0100 Subject: [PATCH] fix iOS client doc --- src/client/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/mod.rs b/src/client/mod.rs index 485f2a2..7102f47 100644 --- a/src/client/mod.rs +++ b/src/client/mod.rs @@ -83,7 +83,6 @@ pub enum ClientType { /// Client used by the iOS app /// /// - no obfuscated stream URLs - /// - does not include opus audio streams Ios, }