1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

Added update check early in startup if package requested

Fixes #4723
This commit is contained in:
Qstick
2020-08-12 22:28:57 -04:00
parent c96ffafe50
commit 3aafc02687
3 changed files with 84 additions and 4 deletions
@@ -0,0 +1,8 @@
using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.Lifecycle
{
public class ApplicationStartingEvent : IEvent
{
}
}