Browse Source

Maintaining track order when a new playlist is created from an existing playlist (#11371)

Nick Ganter 1 năm trước cách đây
mục cha
commit
89b798f830

+ 0 - 1
MediaBrowser.Controller/Playlists/Playlist.cs

@@ -216,7 +216,6 @@ namespace MediaBrowser.Controller.Playlists
                 {
                 {
                     Recursive = true,
                     Recursive = true,
                     IsFolder = false,
                     IsFolder = false,
-                    OrderBy = [(ItemSortBy.SortName, SortOrder.Ascending)],
                     MediaTypes = [mediaType],
                     MediaTypes = [mediaType],
                     EnableTotalRecordCount = false,
                     EnableTotalRecordCount = false,
                     DtoOptions = options
                     DtoOptions = options