mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
New: Added FileSharingTalk indexer.
Fixed Atom DateTime parsing bug.
This commit is contained in:
parent
82ddd34483
commit
c5367624ea
14 changed files with 1576 additions and 16 deletions
|
@ -89,6 +89,20 @@ namespace NzbDrone.Core.Providers.Core
|
|||
set { SetValue("NewzbinPassword", value); }
|
||||
}
|
||||
|
||||
public virtual String FileSharingTalkUid
|
||||
{
|
||||
get { return GetValue("FileSharingTalkUid"); }
|
||||
|
||||
set { SetValue("FileSharingTalkUid", value); }
|
||||
}
|
||||
|
||||
public virtual String FileSharingTalkSecret
|
||||
{
|
||||
get { return GetValue("FileSharingTalkSecret"); }
|
||||
|
||||
set { SetValue("FileSharingTalkSecret", value); }
|
||||
}
|
||||
|
||||
public virtual String SabHost
|
||||
{
|
||||
get { return GetValue("SabHost", "localhost"); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue