mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 02:33:33 +01:00
Added a completely separate DTOBaseItem to remove the ApiBaseItemWrapper mess and shrink json output size.
This commit is contained in:
parent
f32f000298
commit
7835d690a1
@@ -15,20 +15,11 @@ namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Overview { get; set; }
|
||||
public PersonType PersonType { get; set; }
|
||||
public string Type { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return Name;
|
||||
}
|
||||
}
|
||||
|
||||
public enum PersonType
|
||||
{
|
||||
Other,
|
||||
Actor,
|
||||
Director,
|
||||
Writer,
|
||||
Producer
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user