Merge branch 'feature/novel' into feature/light-novel

This commit is contained in:
Schnitzel5
2024-12-21 20:16:42 +01:00
68 changed files with 914 additions and 58 deletions

View File

@@ -571,6 +571,7 @@ List<Source> _madaraSourcesList = [
webtoonhattiSource,
]
.map((e) => e
..itemType = ItemType.manga
..sourceCodeUrl = madaraSourceCodeUrl
..version = madaraVersion)
.toList();

View File

@@ -20,6 +20,7 @@ List<Source> _mangaboxSourcesList = [
manganatoSource
]
.map((e) => e
..itemType = ItemType.manga
..sourceCodeUrl = mangaboxSourceCodeUrl
..version = mangaboxVersion)
.toList();

View File

@@ -289,6 +289,7 @@ List<Source> _mangareaderSourcesList = [
zenithscansSource
]
.map((e) => e
..itemType = ItemType.manga
..sourceCodeUrl = mangareaderSourceCodeUrl
..version = mangareaderVersion)
.toList();

View File

@@ -32,6 +32,7 @@ List<Source> _mmrcmsSourcesList = [
mangafrSource,
]
.map((e) => e
..itemType = ItemType.manga
..sourceCodeUrl = mmrcmsSourceCodeUrl
..version = mmrcmsVersion)
.toList();

View File

@@ -15,6 +15,7 @@ List<Source> _nepnepSourcesList = [
mangalifeSource,
]
.map((e) => e
..itemType = ItemType.manga
..sourceCodeUrl = nepnepSourceCodeUrl
..version = nepnepVersion)
.toList();