aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/UserLibraryService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-30 00:18:32 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-30 00:18:32 -0500
commit792e4c4f1ba3d337cfaffca03e158d95560b3093 (patch)
tree8bee5291031e81c2c6108e6acd45828f83dbf7f7 /MediaBrowser.Api/UserLibrary/UserLibraryService.cs
parenta6145e54d901095e5b67704e3103843b4b515681 (diff)
sync updates
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/UserLibraryService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/UserLibraryService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/UserLibraryService.cs b/MediaBrowser.Api/UserLibrary/UserLibraryService.cs
index 80ab72db7..cdfd00ce9 100644
--- a/MediaBrowser.Api/UserLibrary/UserLibraryService.cs
+++ b/MediaBrowser.Api/UserLibrary/UserLibraryService.cs
@@ -455,7 +455,6 @@ namespace MediaBrowser.Api.UserLibrary
var dtos = trailerIds
.Select(_libraryManager.GetItemById)
- .OrderBy(i => i.SortName)
.Select(i => _dtoService.GetBaseItemDto(i, dtoOptions, user, item));
return dtos.ToList();