mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Removed some unused models from NzbDrone.Web
This commit is contained in:
parent
b8ac694fc4
commit
121f3258af
9 changed files with 1 additions and 103 deletions
|
@ -42,8 +42,5 @@ namespace NzbDrone.Web.Models
|
|||
[DisplayName("Monitored")]
|
||||
[Description("Should NzbDrone download episodes for this series?")]
|
||||
public bool Monitored { get; set; }
|
||||
|
||||
[DisplayName("Season Editor")]
|
||||
public List<SeasonEditModel> SeasonEditor { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue