mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
fix
This commit is contained in:
@@ -69,7 +69,7 @@ class Source {
|
||||
: 'mangayomi-js-"${json['lang'] ?? ""}"."${json['name'] ?? ""}"'))
|
||||
.hashCode;
|
||||
isFullData = json['isFullData'] ?? false;
|
||||
itemType = json['itemType'] ?? ItemType.manga;
|
||||
itemType = ItemType.values[json['itemType'] ?? 0];
|
||||
isNsfw = json['isNsfw'] ?? false;
|
||||
lang = json['lang'] ?? "";
|
||||
name = json['name'] ?? "";
|
||||
|
||||
Reference in New Issue
Block a user