Using services to get updates now

This commit is contained in:
Mark McDowall 2013-08-23 19:21:12 -07:00
commit 11c49c9260
14 changed files with 59 additions and 73 deletions

View file

@ -25,7 +25,6 @@ namespace NzbDrone.Core.Configuration
int Retention { get; set; }
DownloadClientType DownloadClient { get; set; }
string BlackholeFolder { get; set; }
string ServiceRootUrl { get; }
string PneumaticFolder { get; set; }
string RecycleBin { get; set; }
String NzbgetUsername { get; set; }