mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
fixed bug where urlacl wouldn't register if firewall port was already open.
This commit is contained in:
parent
8a6a64d104
commit
5730a67fb3
9 changed files with 252 additions and 259 deletions
11
NzbDrone/ApplicationModes.cs
Normal file
11
NzbDrone/ApplicationModes.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