diff options
| author | Nick Ganter <nickganter91@gmail.com> | 2024-04-21 11:55:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-21 10:55:13 -0600 |
| commit | 89b798f8302fed167bb1a8d33ac88f886d35f613 (patch) | |
| tree | e7307334692de5e8e710e98880a7cf19b4884fff | |
| parent | e4cb6519127692231d04e5ce6d9060c2e7ace3a3 (diff) | |
Maintaining track order when a new playlist is created from an existing playlist (#11371)
| -rw-r--r-- | MediaBrowser.Controller/Playlists/Playlist.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Playlists/Playlist.cs b/MediaBrowser.Controller/Playlists/Playlist.cs index b5c226a7f..6fc9a7e1b 100644 --- a/MediaBrowser.Controller/Playlists/Playlist.cs +++ b/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 |
