diff --git a/tranga-website/src/api/types/Jobs/IJob.ts b/tranga-website/src/api/types/Jobs/IJob.ts index 4880b09..027ac3e 100644 --- a/tranga-website/src/api/types/Jobs/IJob.ts +++ b/tranga-website/src/api/types/Jobs/IJob.ts @@ -12,8 +12,6 @@ export default interface IJob{ export enum JobType { DownloadSingleChapterJob = "DownloadSingleChapterJob", DownloadAvailableChaptersJob = "DownloadAvailableChaptersJob", - UpdateMetaDataJob = "UpdateMetaDataJob", - MoveFileOrFolderJob = "MoveFileOrFolderJob", DownloadMangaCoverJob = "DownloadMangaCoverJob", RetrieveChaptersJob = "RetrieveChaptersJob", UpdateChaptersDownloadedJob = "UpdateChaptersDownloadedJob", diff --git a/tranga-website/src/api/types/Jobs/IUpdateSingleChapterDownloadedJob.ts b/tranga-website/src/api/types/Jobs/IUpdateSingleChapterDownloadedJob.ts deleted file mode 100644 index 293aef2..0000000 --- a/tranga-website/src/api/types/Jobs/IUpdateSingleChapterDownloadedJob.ts +++ /dev/null @@ -1,5 +0,0 @@ -import IJobWithChapterId from "./IJobWithChapterId.tsx"; - -export default interface IUpdateChaptersDownloadedJob extends IJobWithChapterId { - -} \ No newline at end of file