mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
fix(hianime): video server issues
This commit is contained in:
@@ -2,7 +2,7 @@ import '../../../../model/source.dart';
|
|||||||
import 'src/hianime/hianime.dart';
|
import 'src/hianime/hianime.dart';
|
||||||
import 'src/kaido/kaido.dart';
|
import 'src/kaido/kaido.dart';
|
||||||
|
|
||||||
const _zorothemeVersion = "0.1.65";
|
const _zorothemeVersion = "0.1.7";
|
||||||
const _zorothemeSourceCodeUrl =
|
const _zorothemeSourceCodeUrl =
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/zorotheme/zorotheme.dart";
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/zorotheme/zorotheme.dart";
|
||||||
|
|
||||||
@@ -15,9 +15,8 @@ List<Source> _zorothemeSourcesList =
|
|||||||
kaidoSource,
|
kaidoSource,
|
||||||
]
|
]
|
||||||
.map(
|
.map(
|
||||||
(e) =>
|
(e) => e
|
||||||
e
|
..sourceCodeUrl = _zorothemeSourceCodeUrl
|
||||||
..sourceCodeUrl = _zorothemeSourceCodeUrl
|
..version = _zorothemeVersion,
|
||||||
..version = _zorothemeVersion,
|
|
||||||
)
|
)
|
||||||
.toList();
|
.toList();
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user