mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04: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:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user