Remove unnecessary Attachments

This commit is contained in:
2025-05-16 21:36:24 +02:00
parent 622198a09e
commit 6258e07f20
6 changed files with 1 additions and 9 deletions

View File

@ -37,7 +37,6 @@ public class UpdateSingleChapterDownloadedJob : Job
protected override IEnumerable<Job> RunInternal(PgsqlContext context)
{
context.Attach(Chapter);
Chapter.Downloaded = Chapter.CheckDownloaded();
try