removed temp redirect

This commit is contained in:
Schnitzel5
2024-12-21 20:19:08 +01:00
parent d5e56b46cc
commit d67dc1f6af
3 changed files with 3 additions and 6 deletions

View File

@@ -78,9 +78,6 @@ List<Source> _searchJsSources(Directory dir) {
sourceJson["appMinVerReq"] ?? defaultSource.appMinVerReq
..sourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/javascript/${sourceJson["pkgPath"] ?? sourceJson["pkgName"]}";
if (source.itemType == ItemType.novel) {
source.sourceCodeUrl = source.sourceCodeUrl?.replaceAll("kodjodevf", "Schnitzel5");
}
if (sourceJson["id"] != null) {
source = source..id = int.tryParse("${sourceJson["id"]}");
}