mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Newzbin and NzbsRus
New: Removed Newzbin Fixed: NzbsRus now uses SSL.
This commit is contained in:
parent
0758a5eb1e
commit
05e4523bee
13 changed files with 21 additions and 3379 deletions
|
@ -75,20 +75,6 @@ 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 FileSharingTalkUid
|
||||
{
|
||||
get { return GetValue("FileSharingTalkUid"); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue