1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01: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
}
}