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,
sourceCodeUrl: mangareaderSourceCodeUrl),
Source(
id: "932554594",
id: 932554594,
name: "KomikLab Scans",
baseUrl: "https://komiklab.com",
lang: "en",

View File

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