This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Lidarr
mirror of
https://github.com/lidarr/Lidarr
Watch
1
Star
0
Fork
You've already forked Lidarr
0
Code
Issues
Releases
Wiki
Activity
8ff34aac4d
Lidarr
/
NzbDrone.Update
/
AppType.cs
10 lines
118 B
C#
Raw
Normal View
History
Unescape
Escape
Removed unused using statements
2013-07-19 03:47:55 +00:00
namespace
NzbDrone.Update
Hidden startup, shutodwn and restart New: Run without console window by default New: Added NzbDrone.Console to run with console window New: Shutdown from UI New: Restart from UI
2013-01-06 08:11:14 +00:00
{
public
enum
AppType
{
Normal
,
Console
,
Service
}
}