diff --git a/API/Tranga.cs b/API/Tranga.cs index 03b3b6d..ac83e49 100644 --- a/API/Tranga.cs +++ b/API/Tranga.cs @@ -145,6 +145,7 @@ public static class Tranga List jobsWithoutDownloading = jobsWithoutMissingDependencies .Where(j => j.JobType != JobType.DownloadSingleChapterJob) + .DistinctBy(j => j.JobType) .ToList(); List firstChapterPerConnector = jobsWithoutMissingDependencies