mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Removed Episodes list from EpisodeFile object.
This commit is contained in:
parent
cbfbb87926
commit
56fdf1a040
9 changed files with 352 additions and 285 deletions
|
@ -19,12 +19,6 @@ namespace NzbDrone.Core.Repository
|
|||
public long Size { get; set; }
|
||||
public DateTime DateAdded { get; set; }
|
||||
|
||||
[Ignore]
|
||||
public IList<Episode> Episodes { get; set; }
|
||||
|
||||
[Ignore]
|
||||
public Series Series { get; set; }
|
||||
|
||||
[Ignore]
|
||||
public Model.Quality QualityWrapper
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue