Update anime/hianime/source.js

This commit is contained in:
2025-12-21 14:45:21 +01:00
parent 5a3d228505
commit 792e1c3151

View File

@@ -1,6 +1,6 @@
class HiAnime { class HiAnime {
constructor() { constructor() {
this.type = "anime-board"; this.type = "anime-streaming";
this.version = "1.0" this.version = "1.0"
this.baseUrl = "https://hianime.to"; this.baseUrl = "https://hianime.to";
} }