Use gql for "updating chapters"

This commit is contained in:
schroda
2023-09-01 20:36:40 +02:00
parent c75e184c57
commit f0d55c01c8
7 changed files with 99 additions and 44 deletions

View File

@@ -368,13 +368,6 @@ export interface LibraryOptions {
showTabSize: boolean;
}
export interface BatchChaptersChange {
delete?: boolean;
isRead?: boolean;
isBookmarked?: boolean;
lastPageRead?: number;
}
export type UpdateCheck = {
channel: 'Stable' | 'Preview';
tag: string;