mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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…
x
Reference in New Issue
Block a user