aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/PersonsService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-13 19:43:41 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-13 19:43:41 -0400
commit7f1fdbf223f95dfc1435a8ff1b82fd635cc9b1d9 (patch)
tree23d4dfc40e110ec91239f54fa8f2208644d6dbf1 /MediaBrowser.Api/UserLibrary/PersonsService.cs
parent0ae93163bddcc0bba75406a8e8db639f28f99db9 (diff)
add GuestStar distinction
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/PersonsService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/PersonsService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/PersonsService.cs b/MediaBrowser.Api/UserLibrary/PersonsService.cs
index 698530eb5..fe5cf39f6 100644
--- a/MediaBrowser.Api/UserLibrary/PersonsService.cs
+++ b/MediaBrowser.Api/UserLibrary/PersonsService.cs
@@ -89,7 +89,6 @@ namespace MediaBrowser.Api.UserLibrary
{
var people = itemsList.SelectMany(i => i.People.OrderBy(p => p.Type));
-
return personTypes.Length == 0 ?
people :