aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Dto
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-05 01:21:13 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-05 01:21:13 -0400
commited5bf546c1c1498601ea41bd24c12f9cbf7c84e7 (patch)
tree203bc7dce562cb922ea9682b093d368f210cb5f9 /MediaBrowser.Server.Implementations/Dto
parentba720ba9573035fd25ded0da2ffe532ebae2f6fd (diff)
fixes #689 - Support grouping latest items
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto')
-rw-r--r--MediaBrowser.Server.Implementations/Dto/DtoService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
index 62ff9f6879..f01d973d64 100644
--- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs
+++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
@@ -460,7 +460,6 @@ namespace MediaBrowser.Server.Implementations.Dto
return 10;
})
- .ThenBy(i => i.Name)
.ToList();
// Attach People by transforming them into BaseItemPerson (DTO)