Fix
This commit is contained in:
parent
d807934673
commit
433525b076
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
class Source {
|
||||
String? id;
|
||||
int? id;
|
||||
|
||||
String? name;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue