mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
fix DeviceDiscovery
This commit is contained in:
parent
9edda5782b
commit
673746621f
6 changed files with 12 additions and 40 deletions
|
|
@ -345,7 +345,8 @@ namespace MediaBrowser.Server.Implementations.Sync
|
|||
|
||||
if (!folder.IsPreSorted)
|
||||
{
|
||||
items = items.OrderBy(i => i.SortName).ToArray();
|
||||
items = _libraryManager.Sort(items, user, new[] { ItemSortBy.SortName }, SortOrder.Ascending)
|
||||
.ToArray();
|
||||
}
|
||||
|
||||
return items;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue