diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-07-07 23:22:02 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-07-07 23:22:02 -0400 |
| commit | f952ac0f1f84f43f68cd28173b7c3ff9369a2040 (patch) | |
| tree | 4dc4860830ccb4322db8927ae236d8f0a7922517 /MediaBrowser.Controller/Entities/TV/Episode.cs | |
| parent | 674b40af03ba2e524c6b813f3d728047e2ba29b0 (diff) | |
fix season ids
Diffstat (limited to 'MediaBrowser.Controller/Entities/TV/Episode.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/TV/Episode.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/TV/Episode.cs b/MediaBrowser.Controller/Entities/TV/Episode.cs index b13c291d11..78c35ad484 100644 --- a/MediaBrowser.Controller/Entities/TV/Episode.cs +++ b/MediaBrowser.Controller/Entities/TV/Episode.cs @@ -249,6 +249,7 @@ namespace MediaBrowser.Controller.Entities.TV [IgnoreDataMember] public Guid? SeasonId { get; set; }
+ [IgnoreDataMember]
public Guid? SeriesId { get; set; }
public Guid? FindSeriesId()
|
