mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Removed NzbMatrix
New: Removed NzbMatrix
This commit is contained in:
parent
a2c96cb110
commit
aa40fe8c94
17 changed files with 22 additions and 983 deletions
|
@ -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"); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue