mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +02:00
Newzbin and NzbsRus
New: Removed Newzbin Fixed: NzbsRus now uses SSL.
This commit is contained in:
@@ -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"); }
|
||||
|
Reference in New Issue
Block a user