mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Removed DM - Branched if required later.
This commit is contained in:
parent
4c85c8761f
commit
653a0864c3
10 changed files with 1 additions and 291 deletions
|
@ -49,9 +49,6 @@ namespace NzbDrone.Common
|
|||
|
||||
public static Guid UGuid { get; set; }
|
||||
|
||||
|
||||
public static bool RegisterNewInstall { get; set; }
|
||||
|
||||
public virtual bool IsUserInteractive
|
||||
{
|
||||
get { return Environment.UserInteractive; }
|
||||
|
@ -102,7 +99,6 @@ namespace NzbDrone.Common
|
|||
return dir.GetDirectories(ROOT_MARKER).Length != 0;
|
||||
}
|
||||
|
||||
|
||||
public virtual string StartUpPath
|
||||
{
|
||||
get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue