mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Renamed some settings, added 2nd priority for sab
New: Separated priorities for new and old episodes when sent to SABnzbd
This commit is contained in:
parent
22dc51a52f
commit
eddbd4a97b
18 changed files with 150 additions and 54 deletions
|
@ -50,9 +50,14 @@ namespace NzbDrone.Web.Models
|
|||
public String SabTvCategory { get; set; }
|
||||
|
||||
[Required(ErrorMessage = "Please select a valid priority")]
|
||||
[DisplayName("SABnzbd Priority")]
|
||||
[Description("Priority to use when sending NZBs to SABnzbd")]
|
||||
public SabPriorityType SabTvPriority { get; set; }
|
||||
[DisplayName("SABnzbd Backlog Priority")]
|
||||
[Description("Priority to use when sending episodes older than 7 days to SABnzbd")]
|
||||
public SabPriorityType SabBacklogTvPriority { get; set; }
|
||||
|
||||
[Required(ErrorMessage = "Please select a valid priority")]
|
||||
[DisplayName("SABnzbd Recent Priority")]
|
||||
[Description("Priority to use when sending episodes newer than 7 days to SABnzbd")]
|
||||
public SabPriorityType SabRecentTvPriority { get; set; }
|
||||
|
||||
[Required(ErrorMessage = "Required so NzbDrone can sort downloads")]
|
||||
[DisplayName("Download Client TV Directory")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue