Fixed: Setup remote access for service during install

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick
2018-04-26 20:56:19 -04:00
parent 6c19569210
commit a3e08c9160
11 changed files with 124 additions and 31 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
namespace NzbDrone.Host
namespace NzbDrone.Host
{
public enum ApplicationModes
{
@@ -7,5 +7,6 @@
InstallService,
UninstallService,
Service,
RegisterUrl
}
}