Library scan should supersede add or modify (#117)
This commit is contained in:
parent
6cc69fc0ee
commit
141156dad7
@ -207,6 +207,12 @@ public class Entrypoint : IHostedService, IDisposable
|
||||
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