mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
Fixed issue of only one person getting picked up
This commit is contained in:
parent
5f5f2fcdb4
commit
caffc4c3ec
@@ -17,10 +17,16 @@ namespace MediaBrowser.Model.Entities
|
||||
public string Name { get; set; }
|
||||
public string Overview { get; set; }
|
||||
public PersonType PersonType { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return Name;
|
||||
}
|
||||
}
|
||||
|
||||
public enum PersonType
|
||||
{
|
||||
Other,
|
||||
Actor,
|
||||
Director,
|
||||
Writer,
|
||||
|
||||
Reference in New Issue
Block a user