mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
Update sources.dart
This commit is contained in:
committed by
GitHub
parent
606c198240
commit
39d7eedc29
@@ -165,8 +165,6 @@ List<Source> _mangareaderSourcesList =
|
||||
areascansSource,
|
||||
//SCARManga (AR)
|
||||
aresnovSource,
|
||||
//Umi Manga (AR)
|
||||
beastscansSource,
|
||||
//Manga Flame (AR)
|
||||
mangaflameSource,
|
||||
//مانجا نون (AR)
|
||||
@@ -269,10 +267,9 @@ List<Source> _mangareaderSourcesList =
|
||||
zenithscansSource,
|
||||
]
|
||||
.map(
|
||||
(e) =>
|
||||
e
|
||||
..itemType = ItemType.manga
|
||||
..sourceCodeUrl = mangareaderSourceCodeUrl
|
||||
..version = mangareaderVersion,
|
||||
(e) => e
|
||||
..itemType = ItemType.manga
|
||||
..sourceCodeUrl = mangareaderSourceCodeUrl
|
||||
..version = mangareaderVersion,
|
||||
)
|
||||
.toList();
|
||||
|
||||
Reference in New Issue
Block a user