mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Removed broken season editor from Series/Index editor.
Cleaned up series editor UI, with descriptions.
This commit is contained in:
parent
412a3fc476
commit
9cf77955d0
5 changed files with 28 additions and 90 deletions
|
@ -26,16 +26,20 @@ namespace NzbDrone.Web.Models
|
|||
|
||||
//View & Edit
|
||||
[DisplayName("Path")]
|
||||
[Description("Where should NzbDrone store episodes for this series?")]
|
||||
public string Path { get; set; }
|
||||
|
||||
[DisplayName("Quality Profile")]
|
||||
[Description("Which Quality Profile should NzbDrone use to download episodes?")]
|
||||
public virtual int QualityProfileId { get; set; }
|
||||
|
||||
//Editing Only
|
||||
[DisplayName("Use Season Folder")]
|
||||
[Description("Should downloaded episodes be stored in season folders?")]
|
||||
public bool SeasonFolder { get; set; }
|
||||
|
||||
[DisplayName("Monitored")]
|
||||
[Description("Should NzbDrone download episodes for this series?")]
|
||||
public bool Monitored { get; set; }
|
||||
|
||||
[DisplayName("Season Editor")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue