From ce0435a66d98be8519a0c6e438674caf3badc076 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 9 Sep 2015 23:22:52 -0400 Subject: add movie resolver fix --- MediaBrowser.Controller/Entities/BaseItem.cs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'MediaBrowser.Controller/Entities/BaseItem.cs') diff --git a/MediaBrowser.Controller/Entities/BaseItem.cs b/MediaBrowser.Controller/Entities/BaseItem.cs index 5d054c3b9d..6d0a270da6 100644 --- a/MediaBrowser.Controller/Entities/BaseItem.cs +++ b/MediaBrowser.Controller/Entities/BaseItem.cs @@ -62,6 +62,7 @@ namespace MediaBrowser.Controller.Entities /// Gets or sets the channel identifier. /// /// The channel identifier. + [IgnoreDataMember] public string ChannelId { get; set; } [IgnoreDataMember] @@ -554,6 +555,7 @@ namespace MediaBrowser.Controller.Entities /// Gets or sets the end date. /// /// The end date. + [IgnoreDataMember] public DateTime? EndDate { get; set; } /// @@ -586,12 +588,6 @@ namespace MediaBrowser.Controller.Entities /// The overview. public string Overview { get; set; } - /// - /// Gets or sets the people. - /// - /// The people. - public List People { get; set; } - /// /// Gets or sets the studios. /// -- cgit v1.2.3