This commit is contained in:
Bond-009
2019-12-06 11:58:45 +01:00
committed by GitHub
parent bbc0875387
commit 94edb5b9f9

View File

@@ -1278,6 +1278,7 @@ namespace Emby.Dlna.ContentDirectory
{
query.OrderBy = Array.Empty<(string, SortOrder)>();
}
else
{
query.OrderBy = new[] { (ItemSortBy.SortName, sort.SortOrder) };
}