mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
New sources : Torrentio (Torrent) and Torrentio Anime (Torrent)
This commit is contained in:
@@ -58,7 +58,8 @@ List<Source> _searchJsSources(Directory dir) {
|
||||
final langs = sourceJson["langs"] as List?;
|
||||
Source source = Source.fromJson(sourceJson)
|
||||
..sourceCodeLanguage = 1
|
||||
..appMinVerReq = defaultSource.appMinVerReq
|
||||
..appMinVerReq =
|
||||
sourceJson["appMinVerReq"] ?? defaultSource.appMinVerReq
|
||||
..sourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/javascript/${sourceJson["pkgPath"] ?? sourceJson["pkgName"]}";
|
||||
if (sourceJson["id"] != null) {
|
||||
|
||||
Reference in New Issue
Block a user