Bond-009 5 ani în urmă
părinte
comite
94edb5b9f9
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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)>();
                 query.OrderBy = Array.Empty<(string, SortOrder)>();
             }
             }
+            else
             {
             {
                 query.OrderBy = new[] { (ItemSortBy.SortName, sort.SortOrder) };
                 query.OrderBy = new[] { (ItemSortBy.SortName, sort.SortOrder) };
             }
             }