mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
Fix
This commit is contained in:
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user