api fix for hentaihaven

This commit is contained in:
Simon
2025-08-15 19:50:51 +00:00
parent 5dcc046005
commit 2248d11d3e

View File

@@ -649,9 +649,9 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
}); });
status.add_channel(Channel { status.add_channel(Channel {
id: "homoxxx".to_string(), id: "hentaihaven".to_string(),
name: "Homo.xxx".to_string(), name: "Hentaihaven".to_string(),
description: "Best Gay Porn".to_string(), description: "Watch free hentai video stream in English subtitles".to_string(),
premium: false, premium: false,
favicon: "https://www.google.com/s2/favicons?sz=64&domain=hentaihaven.xxx".to_string(), favicon: "https://www.google.com/s2/favicons?sz=64&domain=hentaihaven.xxx".to_string(),
status: "active".to_string(), status: "active".to_string(),