fix(hianime): video server issues

This commit is contained in:
Moustapha Kodjo Amadou
2025-06-27 11:47:24 +01:00
parent 83cc4a1344
commit 82673acda3
2 changed files with 231 additions and 1540 deletions

View File

@@ -2,7 +2,7 @@ import '../../../../model/source.dart';
import 'src/hianime/hianime.dart';
import 'src/kaido/kaido.dart';
const _zorothemeVersion = "0.1.65";
const _zorothemeVersion = "0.1.7";
const _zorothemeSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/zorotheme/zorotheme.dart";
@@ -15,9 +15,8 @@ List<Source> _zorothemeSourcesList =
kaidoSource,
]
.map(
(e) =>
e
..sourceCodeUrl = _zorothemeSourceCodeUrl
..version = _zorothemeVersion,
(e) => e
..sourceCodeUrl = _zorothemeSourceCodeUrl
..version = _zorothemeVersion,
)
.toList();