mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
BacklogSetting refactoring.
This commit is contained in:
parent
3a5d99921e
commit
02cb12bdb8
15 changed files with 75 additions and 76 deletions
|
@ -44,8 +44,8 @@ namespace NzbDrone.Web.Models
|
|||
[Description("Should NzbDrone download episodes for this series?")]
|
||||
public bool Monitored { get; set; }
|
||||
|
||||
[DisplayName("Backlog Status")]
|
||||
[DisplayName("Backlog Setting")]
|
||||
[Description("Should NzbDrone download past missing episodes?")]
|
||||
public int BacklogStatus { get; set; }
|
||||
public int BacklogSetting { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue