add novel support

This commit is contained in:
Schnitzel5
2024-11-25 22:51:11 +01:00
parent 8e2b190fd0
commit d9a66b7651
57 changed files with 103 additions and 50 deletions

View File

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