From dbdcb55a9f46a93d902573bba99130bc9c86a16f Mon Sep 17 00:00:00 2001 From: Leo Bernard Date: Mon, 23 Dec 2024 22:39:30 +0100 Subject: [PATCH] :wrench: Add legacy ID to the manifest --- companion/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/companion/manifest.json b/companion/manifest.json index 60cf430..e357868 100644 --- a/companion/manifest.json +++ b/companion/manifest.json @@ -19,7 +19,7 @@ "apiVersion": "0.0.0", "entrypoint": "../dist/main.js" }, - "legacyIds": [], + "legacyIds": ["ableset"], "manufacturer": "Leolabs", "products": ["AbleSet"], "keywords": ["Ableton", "Live", "Setlist"]