Merge pull request #9909 from Bond-009/playlist

pull/9799/head
Bond-009 11 months ago committed by GitHub
commit 1e38bc80de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -256,8 +256,7 @@ public class ItemsController : BaseJellyfinApiController
.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