fix
This commit is contained in:
parent
13966fbf44
commit
61734faed5
1 changed files with 0 additions and 1 deletions
|
|
@ -100,7 +100,6 @@ Future<dynamic> updateMangaDetail(Ref ref,
|
|||
final newChap = chaps[i];
|
||||
oldChap.name = newChap.name;
|
||||
oldChap.url = newChap.url;
|
||||
oldChap.dateUpload = newChap.dateUpload;
|
||||
oldChap.scanlator = newChap.scanlator;
|
||||
isar.chapters.putSync(oldChap);
|
||||
oldChap.manga.saveSync();
|
||||
|
|
|
|||
Loading…
Reference in a new issue