This commit is contained in:
Moustapha Kodjo Amadou
2025-02-12 09:54:41 +01:00
parent d2d552a5d1
commit edde22b5c1
6 changed files with 34 additions and 39 deletions

View File

@@ -15,6 +15,5 @@ List<Source> _zorothemeSourcesList = [
]
.map((e) => e
..sourceCodeUrl = _zorothemeSourceCodeUrl
..appMinVerReq = "0.4.0"
..version = _zorothemeVersion)
.toList();

View File

@@ -8,7 +8,6 @@ const mangayomiSources = [{
"isManga": false,
"itemType": 1,
"version": "0.0.25",
"appMinVerReq": "0.3.8",
"pkgPath": "anime/src/all/torrentio.js"
}];

View File

@@ -8,7 +8,6 @@ const mangayomiSources = [{
"isManga": false,
"itemType": 1,
"version": "0.0.2",
"appMinVerReq": "0.3.8",
"pkgPath": "anime/src/all/torrentioanime.js"
}];

View File

@@ -11,7 +11,6 @@ const mangayomiSources = [{
"dateFormat": "",
"dateFormatLocale": "",
"pkgPath": "novel/src/en/novelupdates.js",
"appMinVerReq": "0.4.0",
"isNsfw": false,
"hasCloudflare": true
}];

View File

@@ -11,7 +11,6 @@ const mangayomiSources = [{
"dateFormat": "",
"dateFormatLocale": "",
"pkgPath": "novel/src/en/wordrain69.js",
"appMinVerReq": "0.4.0",
"isNsfw": false,
"hasCloudflare": false
}];

View File

@@ -54,7 +54,7 @@ class Source {
this.isManga,
this.itemType = ItemType.manga,
this.isFullData = false,
this.appMinVerReq = "0.2.0",
this.appMinVerReq = "0.5.0",
this.additionalParams = "",
this.sourceCodeLanguage = 0});
Source.fromJson(Map<String, dynamic> json) {