diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-12-06 11:58:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-06 11:58:45 +0100 |
| commit | 94edb5b9f98cf3b06144255eccc988712332f0a8 (patch) | |
| tree | e2e9f05fc4951b7076df8fc4e17b0777b34d20ef | |
| parent | bbc08753878b7b8a37ed876385d2e6864349d00d (diff) | |
Add else
| -rw-r--r-- | Emby.Dlna/ContentDirectory/ControlHandler.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Dlna/ContentDirectory/ControlHandler.cs b/Emby.Dlna/ContentDirectory/ControlHandler.cs index 438ca39ea7..4f74bb222e 100644 --- a/Emby.Dlna/ContentDirectory/ControlHandler.cs +++ b/Emby.Dlna/ContentDirectory/ControlHandler.cs @@ -1278,6 +1278,7 @@ namespace Emby.Dlna.ContentDirectory { query.OrderBy = Array.Empty<(string, SortOrder)>(); } + else { query.OrderBy = new[] { (ItemSortBy.SortName, sort.SortOrder) }; } |
