mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Add else
This commit is contained in:
parent
bbc0875387
commit
94edb5b9f9
1 changed files with 1 additions and 0 deletions
|
@ -1278,6 +1278,7 @@ namespace Emby.Dlna.ContentDirectory
|
|||
{
|
||||
query.OrderBy = Array.Empty<(string, SortOrder)>();
|
||||
}
|
||||
else
|
||||
{
|
||||
query.OrderBy = new[] { (ItemSortBy.SortName, sort.SortOrder) };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue