Removed the ignore data member attribute on People
This commit is contained in:
parent
31afb168f8
commit
49c766cda1
|
@ -37,7 +37,6 @@ namespace MediaBrowser.Model.Entities
|
|||
public string Overview { get; set; }
|
||||
public string Tagline { get; set; }
|
||||
|
||||
[IgnoreDataMember]
|
||||
public IEnumerable<PersonInfo> People { get; set; }
|
||||
|
||||
public IEnumerable<string> Studios { get; set; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user