[ServerMapping][Codegen] Update to latest server gql MangaType changes (#546)

This commit is contained in:
schroda
2024-01-11 03:53:06 +01:00
committed by GitHub
parent 955cc682fd
commit 3973eda089
9 changed files with 405 additions and 28 deletions

View File

@@ -1684,7 +1684,7 @@ export class RequestManager {
deleteChapters: !!chapterIdsToDelete.length,
mangaIds,
downloadAhead,
lastReadChapterIds: downloadAhead ? ids : [],
latestReadChapterIds: downloadAhead ? ids : [],
},
options,
);