|
@@ -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;
|
|
|
}
|