From 45dcf8e32d6d22bfe028b8fc2ba98afdeb4a4d7d Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Mon, 29 Dec 2025 15:27:58 +0200 Subject: [PATCH] chore: remove is active func --- src/stremio_app/discord.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/stremio_app/discord.rs b/src/stremio_app/discord.rs index 0cce215..44d8f22 100644 --- a/src/stremio_app/discord.rs +++ b/src/stremio_app/discord.rs @@ -54,13 +54,6 @@ impl DiscordRpc { Ok(()) } - pub fn is_connected(&self) -> bool { - self.client - .lock() - .map(|guard| guard.is_some()) - .unwrap_or(false) - } - pub fn set_activity( &self, state: &str,