mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Removed CustomStartDate
This commit is contained in:
parent
e706e148fd
commit
7689b50dee
9 changed files with 19 additions and 188 deletions
|
@ -31,7 +31,6 @@ namespace NzbDrone.Core.Tv
|
|||
public List<MediaCover.MediaCover> Images { get; set; }
|
||||
public SeriesTypes SeriesType { get; set; }
|
||||
public string Network { get; set; }
|
||||
public DateTime? CustomStartDate { get; set; }
|
||||
public bool UseSceneNumbering { get; set; }
|
||||
public string TitleSlug { get; set; }
|
||||
public string Path { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue