More work on NzbDrone.Update

This commit is contained in:
kay.one 2011-10-23 11:31:17 -07:00
parent f9a316f632
commit aa418a444b
8 changed files with 123 additions and 46 deletions

View file

@ -10,6 +10,7 @@ namespace NzbDrone.Common
{
private static readonly Logger Logger = LogManager.GetLogger("Host.ProcessProvider");
public static readonly string NzbDroneProccessName = "NzbDrone";
public virtual ProcessInfo GetCurrentProcess()
{