From 89b798f8302fed167bb1a8d33ac88f886d35f613 Mon Sep 17 00:00:00 2001 From: Nick Ganter Date: Sun, 21 Apr 2024 11:55:13 -0500 Subject: [PATCH] Maintaining track order when a new playlist is created from an existing playlist (#11371) --- MediaBrowser.Controller/Playlists/Playlist.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MediaBrowser.Controller/Playlists/Playlist.cs b/MediaBrowser.Controller/Playlists/Playlist.cs index b5c226a7f1..6fc9a7e1bf 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