mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 01:01:34 +02:00
BacklogSetting refactoring.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user