mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
a3e08c9160
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
13 lines
195 B
C#
13 lines
195 B
C#
namespace NzbDrone.Host
|
|
{
|
|
public enum ApplicationModes
|
|
{
|
|
Interactive,
|
|
Help,
|
|
InstallService,
|
|
UninstallService,
|
|
Service,
|
|
RegisterUrl
|
|
}
|
|
}
|