add GuestStar distinction

This commit is contained in:
Luke Pulverenti
2013-04-13 19:43:41 -04:00
parent 0ae93163bd
commit 7f1fdbf223
14 changed files with 62 additions and 24 deletions

View File

@@ -89,7 +89,6 @@ namespace MediaBrowser.Api.UserLibrary
{
var people = itemsList.SelectMany(i => i.People.OrderBy(p => p.Type));
return personTypes.Length == 0 ?
people :