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 =
|
List<Job> jobsWithoutDownloading =
|
||||||
jobsWithoutMissingDependencies
|
jobsWithoutMissingDependencies
|
||||||
.Where(j => j.JobType != JobType.DownloadSingleChapterJob)
|
.Where(j => j.JobType != JobType.DownloadSingleChapterJob)
|
||||||
|
.DistinctBy(j => j.JobType)
|
||||||
.ToList();
|
.ToList();
|
||||||
List<Job> firstChapterPerConnector =
|
List<Job> firstChapterPerConnector =
|
||||||
jobsWithoutMissingDependencies
|
jobsWithoutMissingDependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user