Add else
This commit is contained in:
parent
bbc0875387
commit
94edb5b9f9
|
@ -1278,6 +1278,7 @@ namespace Emby.Dlna.ContentDirectory
|
||||||
{
|
{
|
||||||
query.OrderBy = Array.Empty<(string, SortOrder)>();
|
query.OrderBy = Array.Empty<(string, SortOrder)>();
|
||||||
}
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
query.OrderBy = new[] { (ItemSortBy.SortName, sort.SortOrder) };
|
query.OrderBy = new[] { (ItemSortBy.SortName, sort.SortOrder) };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user