1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Added Readme

This commit is contained in:
kay.one
2011-08-03 09:29:03 -07:00
parent 2c3da2c5ea
commit 9cb33770a0
4 changed files with 93 additions and 28 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace NzbDrone.Core
public void DoWork(string k, object v, CacheItemRemovedReason r)
{
_jobProvider.RunScheduled();
_jobProvider.QueueScheduled();
StartTimer(Convert.ToInt32(v));
}
}