fix feed json conversion
This commit is contained in:
parent
76897a3040
commit
ca859fe968
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class Feed {
|
|||
Feed.fromJson(Map<String, dynamic> json) {
|
||||
id = json['id'];
|
||||
mangaId = json['mangaId'];
|
||||
mangaId = json['chapterName'];
|
||||
chapterName = json['chapterName'];
|
||||
date = json['date'];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue