1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 03:52:33 +02:00
Radarr/NzbDrone.Update/AppType.cs
2013-07-18 20:47:55 -07:00

10 lines
118 B
C#

namespace NzbDrone.Update
{
public enum AppType
{
Normal,
Console,
Service
}
}