1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-03 13:34:54 +00:00
Lidarr/NzbDrone.Host/ApplicationModes.cs

11 lines
178 B
C#

namespace NzbDrone.Host
{
public enum ApplicationModes
{
Interactive,
Help,
InstallService,
UninstallService,
Service,
}
}