From 5b9ef5b27911ce9110c5e73ceaf40740d0258174 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 10 Feb 2026 18:47:55 +0000 Subject: [PATCH] decomissiond hottub version --- src/api.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api.rs b/src/api.rs index ee838dd..ce271a7 100644 --- a/src/api.rs +++ b/src/api.rs @@ -920,7 +920,7 @@ async fn status(req: HttpRequest) -> Result { cacheDuration: None, }); - if clientversion >= ClientVersion::new(22, 105, "22i".to_string()) { + // if clientversion >= ClientVersion::new(22, 105, "22i".to_string()) { //sxyprn status.add_channel(Channel { id: "sxyprn".to_string(), @@ -983,7 +983,7 @@ async fn status(req: HttpRequest) -> Result { nsfw: true, cacheDuration: Some(1800), }); - } + // } for provider in ALL_PROVIDERS.values() { if let Some(channel) = provider.get_channel(clientversion.clone()){