This commit is contained in:
Simon
2025-08-16 18:46:10 +00:00
parent 2248d11d3e
commit 49ca76ab48
3 changed files with 85 additions and 23 deletions

View File

@@ -648,10 +648,10 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
nsfw: true,
});
status.add_channel(Channel {
status.add_channel(Channel {
id: "hentaihaven".to_string(),
name: "Hentaihaven".to_string(),
description: "Watch free hentai video stream in English subtitles".to_string(),
description: "(Work in Progress) 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(),