mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-19 09:37:53 +02:00
Fix Job has ParentJob -> ParentJob has Job
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user