1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-01 18:46:34 -04:00
Files
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
}
}