Removed NzbMatrix

New: Removed NzbMatrix
This commit is contained in:
Mark McDowall 2012-12-09 20:50:05 -08:00
commit aa40fe8c94
17 changed files with 22 additions and 983 deletions

View file

@ -33,20 +33,6 @@ namespace NzbDrone.Core.Providers.Core
return _database.Fetch<Config>();
}
public virtual String NzbMatrixUsername
{
get { return GetValue("NzbMatrixUsername"); }
set { SetValue("NzbMatrixUsername", value); }
}
public virtual String NzbMatrixApiKey
{
get { return GetValue("NzbMatrixApiKey"); }
set { SetValue("NzbMatrixApiKey", value); }
}
public virtual String NzbsOrgUId
{
get { return GetValue("NzbsOrgUId"); }