Sfoglia il codice sorgente

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

Nick Ganter 1 anno fa
parent
commit
89b798f830
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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