This commit is contained in:
kodjomoustapha 2025-01-06 17:39:21 +01:00
parent 13966fbf44
commit 61734faed5

View file

@ -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();