Newzbin and NzbsRus

New: Removed Newzbin
Fixed: NzbsRus now uses SSL.
This commit is contained in:
Mark McDowall 2012-12-02 19:31:47 -08:00
commit 05e4523bee
13 changed files with 21 additions and 3379 deletions

View file

@ -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"); }