1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02:00

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
parent 0241e80c8a
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"); }