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,
|
areascansSource,
|
||||||
//SCARManga (AR)
|
//SCARManga (AR)
|
||||||
aresnovSource,
|
aresnovSource,
|
||||||
//Umi Manga (AR)
|
|
||||||
beastscansSource,
|
|
||||||
//Manga Flame (AR)
|
//Manga Flame (AR)
|
||||||
mangaflameSource,
|
mangaflameSource,
|
||||||
//مانجا نون (AR)
|
//مانجا نون (AR)
|
||||||
@@ -269,10 +267,9 @@ List<Source> _mangareaderSourcesList =
|
|||||||
zenithscansSource,
|
zenithscansSource,
|
||||||
]
|
]
|
||||||
.map(
|
.map(
|
||||||
(e) =>
|
(e) => e
|
||||||
e
|
..itemType = ItemType.manga
|
||||||
..itemType = ItemType.manga
|
..sourceCodeUrl = mangareaderSourceCodeUrl
|
||||||
..sourceCodeUrl = mangareaderSourceCodeUrl
|
..version = mangareaderVersion,
|
||||||
..version = mangareaderVersion,
|
|
||||||
)
|
)
|
||||||
.toList();
|
.toList();
|
||||||
|
|||||||
Reference in New Issue
Block a user