More work on NzbDrone.Update

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

View file

@ -32,10 +32,5 @@ namespace NzbDrone.Common
{
Console.WriteLine("Can't find service ({0})", ServiceProvider.NzbDroneServiceName);
}
public virtual void UpdateFolderDoestExist(string path)
{
Console.WriteLine("Unable to find update package in '{0}'", path);
}
}
}