1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00
Files
Radarr/src/NzbDrone.Update/AppType.cs
T
2013-10-02 18:01:32 -07:00

10 lines
118 B
C#

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