Update sources.dart

This commit is contained in:
Moustapha Kodjo Amadou
2025-06-05 15:20:04 +01:00
committed by GitHub
parent 606c198240
commit 39d7eedc29

View File

@@ -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,8 +267,7 @@ 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,