mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
add GuestStar distinction
This commit is contained in:
@@ -89,7 +89,6 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
{
|
||||
var people = itemsList.SelectMany(i => i.People.OrderBy(p => p.Type));
|
||||
|
||||
|
||||
return personTypes.Length == 0 ?
|
||||
|
||||
people :
|
||||
|
||||
Reference in New Issue
Block a user