mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-17 16:57:54 +02:00
Lazy Load Jobs.DependsOnJobs, Manga.Chapters
This commit is contained in:
@ -36,7 +36,6 @@ public class UpdateChaptersDownloadedJob : Job
|
||||
|
||||
protected override IEnumerable<Job> RunInternal(PgsqlContext context)
|
||||
{
|
||||
context.Entry(Manga).Collection<Chapter>(m => m.Chapters).Load();
|
||||
return Manga.Chapters.Select(c => new UpdateSingleChapterDownloadedJob(c, this));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user