Merge pull request #9916 from Bond-009/playlist-backport

pull/9952/head
Bond-009 1 year ago committed by GitHub
commit f1dc7d3a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -244,8 +244,7 @@ namespace Jellyfin.Api.Controllers
.AddAdditionalDtoOptions(enableImages, enableUserData, imageTypeLimit, enableImageTypes);
if (includeItemTypes.Length == 1
&& (includeItemTypes[0] == BaseItemKind.Playlist
|| includeItemTypes[0] == BaseItemKind.BoxSet))
&& includeItemTypes[0] == BaseItemKind.BoxSet)
{
parentId = null;
}

Loading…
Cancel
Save