Bond-009 5 年之前
父節點
當前提交
94edb5b9f9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Emby.Dlna/ContentDirectory/ControlHandler.cs

+ 1 - 0
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) };
             }