From 16aee2b8696c4a71e8a56147b052112cb6e1b59d Mon Sep 17 00:00:00 2001 From: Jason Rasmussen Date: Mon, 1 Jun 2026 13:45:24 -0400 Subject: [PATCH] fix: album name (#28751) --- packages/plugin-core/manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/plugin-core/manifest.json b/packages/plugin-core/manifest.json index 6157005cab..48b4bee2c8 100644 --- a/packages/plugin-core/manifest.json +++ b/packages/plugin-core/manifest.json @@ -232,7 +232,6 @@ "albumName": { "type": "string", "title": "Album name", - "array": true, "description": "Use an album with this name if one exists, otherwise create a new one" } },