mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 15:44:53 +01:00
Removed the ignore data member attribute on People
This commit is contained in:
parent
31afb168f8
commit
49c766cda1
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue