From a5ee3b6315d4d494a9991c2ec03a7e1b4e22dfca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Frederik=20J=C3=B8rgensen?= Date: Tue, 18 Jul 2023 15:45:51 +0200 Subject: [PATCH] fix: Make DVE locators layer mapping available for locators. Currently the locators are mapped as an ident, which causes the locators to not being displayed. --- src/tv2_afvd_showstyle/config-manifests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tv2_afvd_showstyle/config-manifests.ts b/src/tv2_afvd_showstyle/config-manifests.ts index 319fbc8e..2c679470 100644 --- a/src/tv2_afvd_showstyle/config-manifests.ts +++ b/src/tv2_afvd_showstyle/config-manifests.ts @@ -275,7 +275,7 @@ export const showStyleConfigManifest: ConfigManifestEntry[] = [ 'The Sofie Layer mapping to use in playback. This will ensure proper viz transition logic by matching the viz layers.', type: ConfigManifestEntryType.LAYER_MAPPINGS, filters: { - deviceTypes: [TSR.DeviceType.VIZMSE] + deviceTypes: [TSR.DeviceType.VIZMSE, TSR.DeviceType.CASPARCG] }, multiple: false, required: true,