mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
main app cleanup.
This commit is contained in:
parent
da2c0d1d65
commit
8900bbb3a1
20 changed files with 253 additions and 258 deletions
11
NzbDrone/ApplicationMode.cs
Normal file
11
NzbDrone/ApplicationMode.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
namespace NzbDrone
|
||||
{
|
||||
public enum ApplicationModes
|
||||
{
|
||||
Console,
|
||||
Help,
|
||||
InstallService,
|
||||
UninstallService,
|
||||
Service,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue