mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
Removed DM - Branched if required later.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user