Fix Job has ParentJob -> ParentJob has Job

This commit is contained in:
2025-04-02 01:58:17 +02:00
parent 99a3f2614d
commit 31beeeffae
5 changed files with 857 additions and 12 deletions

View File

@ -178,8 +178,6 @@ public static class Tranga
foreach ((Thread thread, Job job) thread in removeFromThreadsList)
{
RunningJobs.Remove(thread.thread);
if(context.Jobs.Find(thread.job.JobId) is not null)
context.Jobs.Update(thread.job);
}
try