Updated some logs, removed .vob .ts from video extentions

This commit is contained in:
kay.one 2011-11-25 15:46:29 -08:00
commit 034d0c46e5
5 changed files with 11 additions and 8 deletions

View file

@ -22,10 +22,10 @@ namespace NzbDrone.Core
_jobProvider = jobProvider;
}
//TODO: Make timer doesn't keep running during unit tests.
//TODO: Fix this so the timer doesn't keep running during unit tests.
public void StartTimer(int secondInterval)
{
_onCacheRemove = new CacheItemRemovedCallback(DoWork);
_onCacheRemove = DoWork;
HttpRuntime.Cache.Insert(GetType().ToString(), secondInterval, null,
DateTime.Now.AddSeconds(secondInterval), Cache.NoSlidingExpiration,