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

This commit is contained in:
Nick Ganter 2024-04-21 11:55:13 -05:00 committed by GitHub
parent e4cb651912
commit 89b798f830
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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