Dependency Update

This commit is contained in:
glax 2025-05-18 20:34:47 +02:00
parent f391ace9b2
commit c4cc21f866
2 changed files with 0 additions and 7 deletions

View File

@ -12,8 +12,6 @@ export default interface IJob{
export enum JobType { export enum JobType {
DownloadSingleChapterJob = "DownloadSingleChapterJob", DownloadSingleChapterJob = "DownloadSingleChapterJob",
DownloadAvailableChaptersJob = "DownloadAvailableChaptersJob", DownloadAvailableChaptersJob = "DownloadAvailableChaptersJob",
UpdateMetaDataJob = "UpdateMetaDataJob",
MoveFileOrFolderJob = "MoveFileOrFolderJob",
DownloadMangaCoverJob = "DownloadMangaCoverJob", DownloadMangaCoverJob = "DownloadMangaCoverJob",
RetrieveChaptersJob = "RetrieveChaptersJob", RetrieveChaptersJob = "RetrieveChaptersJob",
UpdateChaptersDownloadedJob = "UpdateChaptersDownloadedJob", UpdateChaptersDownloadedJob = "UpdateChaptersDownloadedJob",

View File

@ -1,5 +0,0 @@
import IJobWithChapterId from "./IJobWithChapterId.tsx";
export default interface IUpdateChaptersDownloadedJob extends IJobWithChapterId {
}