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()){