浏览代码

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

Nick Ganter 1 年之前
父节点
当前提交
89b798f830
共有 1 个文件被更改,包括 0 次插入1 次删除
  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