mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
removed backlog from server
This commit is contained in:
parent
459c95d85e
commit
50ee2ee357
20 changed files with 29 additions and 108 deletions
|
@ -102,13 +102,6 @@ namespace NzbDrone.Core.Configuration
|
|||
set { SetValue("SabTvCategory", value); }
|
||||
}
|
||||
|
||||
public SabPriorityType SabBacklogTvPriority
|
||||
{
|
||||
get { return GetValueEnum("SabBacklogTvPriority", SabPriorityType.Default); }
|
||||
|
||||
set { SetValue("SabBacklogTvPriority", value); }
|
||||
}
|
||||
|
||||
public SabPriorityType SabRecentTvPriority
|
||||
{
|
||||
get { return GetValueEnum("SabRecentTvPriority", SabPriorityType.Default); }
|
||||
|
@ -142,12 +135,6 @@ namespace NzbDrone.Core.Configuration
|
|||
set { SetValue("UpdateUrl", value); }
|
||||
}
|
||||
|
||||
public bool EnableBacklogSearching
|
||||
{
|
||||
get { return GetValueBoolean("EnableBacklogSearching"); }
|
||||
set { SetValue("EnableBacklogSearching", value); }
|
||||
}
|
||||
|
||||
public bool AutoIgnorePreviouslyDownloadedEpisodes
|
||||
{
|
||||
get { return GetValueBoolean("AutoIgnorePreviouslyDownloadedEpisodes"); }
|
||||
|
@ -257,13 +244,6 @@ namespace NzbDrone.Core.Configuration
|
|||
set { SetValue("NzbgetPriority", value); }
|
||||
}
|
||||
|
||||
public PriorityType NzbgetBacklogTvPriority
|
||||
{
|
||||
get { return GetValueEnum("NzbgetBacklogTvPriority", PriorityType.Normal); }
|
||||
|
||||
set { SetValue("NzbgetBacklogTvPriority", value); }
|
||||
}
|
||||
|
||||
public PriorityType NzbgetRecentTvPriority
|
||||
{
|
||||
get { return GetValueEnum("NzbgetRecentTvPriority", PriorityType.Normal); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue