diff --git a/src/api.rs b/src/api.rs index 8216ca2..5261585 100644 --- a/src/api.rs +++ b/src/api.rs @@ -454,7 +454,7 @@ async fn status(req: HttpRequest) -> Result { status.add_channel(Channel { id: "all".to_string(), name: "All".to_string(), - description: "(Work in Progress) Query from all sites of this Server".to_string(), + description: "Query from all sites of this Server".to_string(), premium: false, favicon: "https://hottub.spacemoehre.de/favicon.ico".to_string(), status: "active".to_string(), @@ -519,7 +519,7 @@ async fn status(req: HttpRequest) -> Result { status.add_channel(Channel { id: "pornhat".to_string(), name: "Pornhat".to_string(), - description: "Tons of HD porno movies".to_string(), + description: "free HD porn videos".to_string(), premium: false, favicon: "https://www.google.com/s2/favicons?sz=64&domain=pornhat.com".to_string(), status: "active".to_string(),