This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
Sonarr
Watch
1
Star
0
Fork
0
You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced
2024-12-16 11:37:58 +02:00
Code
Issues
Releases
Activity
27c57612f4
Sonarr
/
NzbDrone.Update
/
AppType.cs
10 lines
118 B
C#
Raw
Normal View
History
Unescape
Escape
Removed unused using statements
2013-07-19 06:47:55 +03: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 11:11:14 +03:00
{
public
enum
AppType
{
Normal
,
Console
,
Service
}
}
Reference in New Issue
Copy Permalink