mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-14 23:37:54 +02:00
corrected check for tasktype on due
This commit is contained in:
@ -95,7 +95,7 @@ public class TaskManager
|
||||
foreach (TrangaTask task in _allTasks.Where(aTask => aTask.ShouldExecute()))
|
||||
{
|
||||
task.state = TrangaTask.ExecutionState.Enqueued;
|
||||
if(task.connectorName is null)
|
||||
if(task.task == TrangaTask.Task.UpdateKomgaLibrary)
|
||||
ExecuteTaskNow(task);
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user