Browse Source

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

Nick Ganter 1 year ago
parent
commit
89b798f830
1 changed files with 0 additions and 1 deletions
  1. 0 1
      MediaBrowser.Controller/Playlists/Playlist.cs

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

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