From 3c9c9c8cd3c530be4ad774da704283d67cca57d6 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 19 Jun 2025 11:57:08 +0000 Subject: [PATCH] commented out erothots --- src/api.rs | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/api.rs b/src/api.rs index 1df18f2..52ef855 100644 --- a/src/api.rs +++ b/src/api.rs @@ -249,17 +249,17 @@ async fn status(req: HttpRequest) -> Result { ], nsfw: true, }); - status.add_channel(Channel { - id: "erothots".to_string(), - name: "Erothots".to_string(), - description: "Free Onlyfans Content".to_string(), - premium: false, - favicon: "https://www.google.com/s2/favicons?sz=64&domain=erothots.co".to_string(), - status: "active".to_string(), - categories: vec![], - options: vec![], - nsfw: true, - }); + // status.add_channel(Channel { + // id: "erothots".to_string(), + // name: "Erothots".to_string(), + // description: "Free Onlyfans Content".to_string(), + // premium: false, + // favicon: "https://www.google.com/s2/favicons?sz=64&domain=erothots.co".to_string(), + // status: "active".to_string(), + // categories: vec![], + // options: vec![], + // nsfw: true, + // }); status.add_channel(Channel { id: "spankbang".to_string(), name: "Work in Progress - SpankBang".to_string(),