mirror of
https://github.com/C9Glax/tranga.git
synced 2025-05-22 06:03:01 +02:00
Distinct Jobs
This commit is contained in:
parent
63fee081e6
commit
4bc70eca68
@ -145,6 +145,7 @@ public static class Tranga
|
||||
List<Job> jobsWithoutDownloading =
|
||||
jobsWithoutMissingDependencies
|
||||
.Where(j => j.JobType != JobType.DownloadSingleChapterJob)
|
||||
.DistinctBy(j => j.JobType)
|
||||
.ToList();
|
||||
List<Job> firstChapterPerConnector =
|
||||
jobsWithoutMissingDependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user