New UI for Indexer Settings, RAZOR!

Renamed NzbMatrix and NzbsRUs Providers
This commit is contained in:
Mark McDowall 2011-04-19 16:46:21 -07:00
commit c6ef828429
12 changed files with 324 additions and 174 deletions

View file

@ -26,7 +26,6 @@ namespace NzbDrone.Core.Providers.Core
set { SetValue("ApiKey", value); }
}
public virtual String EpisodeNameFormat
{
get { return GetValue("EpisodeNameFormat"); }
@ -83,6 +82,20 @@ namespace NzbDrone.Core.Providers.Core
set { SetValue("NzbsrusHash", value); }
}
public virtual String NewzbinUsername
{
get { return GetValue("NewzbinUsername"); }
set { SetValue("NewzbinUsername", value); }
}
public virtual String NewzbinPassword
{
get { return GetValue("NewzbinPassword"); }
set { SetValue("NewzbinPassword", value); }
}
public virtual String SyncFrequency
{
get { return GetValue("SyncFrequency"); }