TimerProvider will test every 1 minute to see if it matches a schedule for updating season or entire series.

Countdown now shows a real value from RSS Sync.

CentralDispatch updated to start RSSSyncTimer when run.
This commit is contained in:
markus101
2011-02-09 22:51:04 -08:00
parent fd4cf86694
commit 0fc75e8907
4 changed files with 75 additions and 13 deletions

View File

@@ -13,5 +13,7 @@ namespace NzbDrone.Core.Providers
void SetRssSyncTimer(int minutes);
TimeSpan RssSyncTimeLeft();
DateTime NextRssSyncTime();
void StartMinuteTimer();
void StopMinuteTimer();
}
}