aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/PersonsService.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-16 15:27:54 -0400
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-16 15:27:54 -0400
commitc494cb67daad35e099829a09716c6e5e9e866e3a (patch)
tree4bb814fd9d60a3e17070ebc4ad78e42d1b436ce2 /MediaBrowser.Api/UserLibrary/PersonsService.cs
parentbae89ee8243fea06ba1e17c1f1ed6da890e9f08c (diff)
#6 - Click on the Performers tab will crash the mbt
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/PersonsService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/PersonsService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/PersonsService.cs b/MediaBrowser.Api/UserLibrary/PersonsService.cs
index 81c0b2b7e..0c6f807bf 100644
--- a/MediaBrowser.Api/UserLibrary/PersonsService.cs
+++ b/MediaBrowser.Api/UserLibrary/PersonsService.cs
@@ -11,7 +11,7 @@ namespace MediaBrowser.Api.UserLibrary
/// <summary>
/// Class GetPersons
/// </summary>
- [Route("/Users/{UserId}/Items/{Id}/Persons", "GET")]
+ [Route("/Users/{UserId}/Items/{ParentId}/Persons", "GET")]
[Route("/Users/{UserId}/Items/Root/Persons", "GET")]
[ServiceStack.ServiceHost.Api(Description = "Gets all persons from a given item, folder, or the entire library")]
public class GetPersons : GetItemsByName