decomissiond hottub version

This commit is contained in:
Simon
2026-02-10 18:47:55 +00:00
parent 44cfb1f208
commit 5b9ef5b279

View File

@@ -920,7 +920,7 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
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<impl web::Responder, web::Error> {
nsfw: true,
cacheDuration: Some(1800),
});
}
// }
for provider in ALL_PROVIDERS.values() {
if let Some(channel) = provider.get_channel(clientversion.clone()){