mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Removed CustomStartDate
This commit is contained in:
parent
e706e148fd
commit
7689b50dee
9 changed files with 19 additions and 188 deletions
|
@ -95,7 +95,6 @@ namespace NzbDrone.Core.Tv
|
|||
series.Monitored = edited.Monitored;
|
||||
series.SeasonFolder = edited.SeasonFolder;
|
||||
series.Path = edited.Path;
|
||||
series.CustomStartDate = edited.CustomStartDate;
|
||||
|
||||
_seriesRepository.Update(series);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue