mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixes for Episode to EpisodeFile mapping.
Series details sorts with newest season and newest episode on top my default.
This commit is contained in:
parent
ce6bcbfec1
commit
9d24ccd97a
6 changed files with 30 additions and 8 deletions
|
@ -17,6 +17,6 @@ namespace NzbDrone.Core.Repository
|
|||
public DateTime DateAdded { get; set; }
|
||||
|
||||
[SubSonicToManyRelation]
|
||||
public virtual List<Episode> Episodes { get; set; }
|
||||
public virtual List<Episode> Episodes { get; private set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue