mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 15:37:55 +02:00
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:
@@ -13,5 +13,7 @@ namespace NzbDrone.Core.Providers
|
||||
void SetRssSyncTimer(int minutes);
|
||||
TimeSpan RssSyncTimeLeft();
|
||||
DateTime NextRssSyncTime();
|
||||
void StartMinuteTimer();
|
||||
void StopMinuteTimer();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user