From 2248d11d3ed21e8933f532c048fea8fafa2655b7 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 15 Aug 2025 19:50:51 +0000 Subject: [PATCH] api fix for hentaihaven --- src/api.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api.rs b/src/api.rs index df7c6b0..fae8b70 100644 --- a/src/api.rs +++ b/src/api.rs @@ -649,9 +649,9 @@ async fn status(req: HttpRequest) -> Result { }); status.add_channel(Channel { - id: "homoxxx".to_string(), - name: "Homo.xxx".to_string(), - description: "Best Gay Porn".to_string(), + id: "hentaihaven".to_string(), + name: "Hentaihaven".to_string(), + description: "Watch free hentai video stream in English subtitles".to_string(), premium: false, favicon: "https://www.google.com/s2/favicons?sz=64&domain=hentaihaven.xxx".to_string(), status: "active".to_string(),