mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Added test to make sure disabled jobs aren't actually running automatically
This commit is contained in:
parent
2f786bf424
commit
13f37cd405
2 changed files with 30 additions and 1 deletions
|
@ -95,6 +95,7 @@ namespace NzbDrone.Core.Providers.Jobs
|
|||
_isRunning = false;
|
||||
}
|
||||
|
||||
Logger.Debug("Finished executing scheduled tasks.");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue