Library scan should supersede add or modify (#117)
This commit is contained in:
parent
d35c337c28
commit
b1e94bd24c
@ -190,6 +190,12 @@ public class Entrypoint : IServerEntryPoint
|
||||
return;
|
||||
}
|
||||
|
||||
if (Plugin.Instance!.AnalyzerTaskIsRunning && AutomaticTaskState == TaskState.Running)
|
||||
{
|
||||
_logger.LogInformation("{0} Automatic Task will be superseded by library scan.", AutomaticTaskState);
|
||||
CancelAutomaticTask();
|
||||
}
|
||||
|
||||
StartTimer();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user