mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Merge branch 'markus' into kay.one
Conflicts: NzbDrone/NzbDrone.csproj NzbDrone/Providers/ConfigProvider.cs
This commit is contained in:
commit
012fa88301
25 changed files with 909 additions and 52 deletions
10
NzbDrone/Model/ApplicationMode.cs
Normal file
10
NzbDrone/Model/ApplicationMode.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace NzbDrone.Model
|
||||
{
|
||||
public enum ApplicationMode
|
||||
{
|
||||
Console,
|
||||
Help,
|
||||
InstallService,
|
||||
UninstallService
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue