This commit is contained in:
kodjomoustapha
2023-09-12 10:01:17 +01:00
parent 279d83178e
commit 3ca85a4dde
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -19,7 +19,7 @@ List<Source> _mangareaderSourcesList = [
version: mangareaderVersion, version: mangareaderVersion,
sourceCodeUrl: mangareaderSourceCodeUrl), sourceCodeUrl: mangareaderSourceCodeUrl),
Source( Source(
id: "932554594", id: 932554594,
name: "KomikLab Scans", name: "KomikLab Scans",
baseUrl: "https://komiklab.com", baseUrl: "https://komiklab.com",
lang: "en", lang: "en",

View File

@@ -1,5 +1,5 @@
class Source { class Source {
String? id; int? id;
String? name; String? name;