From 792e1c31514cc3b59bf1cb036638d2b272bb4c34 Mon Sep 17 00:00:00 2001 From: MrGus Date: Sun, 21 Dec 2025 14:45:21 +0100 Subject: [PATCH] Update anime/hianime/source.js --- anime/hianime/source.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anime/hianime/source.js b/anime/hianime/source.js index cff12f2..ab8e3eb 100644 --- a/anime/hianime/source.js +++ b/anime/hianime/source.js @@ -1,6 +1,6 @@ class HiAnime { constructor() { - this.type = "anime-board"; + this.type = "anime-streaming"; this.version = "1.0" this.baseUrl = "https://hianime.to"; }