mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-04 09:54:16 +02:00
SendNotificationsWorker, CleanupMangaCoversWorker, UpdateChaptersDownloadedWorker add optional interval parameter
This commit is contained in:
@ -354,9 +354,8 @@ public class MangaController(IServiceScope scope) : Controller
|
||||
return NotFound(nameof(LibraryId));
|
||||
|
||||
MoveMangaLibraryWorker moveLibrary = new(manga, library, scope);
|
||||
UpdateChaptersDownloadedWorker updateDownloadedFiles = new(manga, [moveLibrary]);
|
||||
|
||||
Tranga.AddWorkers([moveLibrary, updateDownloadedFiles]);
|
||||
Tranga.AddWorkers([moveLibrary]);
|
||||
|
||||
return Accepted();
|
||||
}
|
||||
|
Reference in New Issue
Block a user