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,
|
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",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
class Source {
|
class Source {
|
||||||
String? id;
|
int? id;
|
||||||
|
|
||||||
String? name;
|
String? name;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user