Skip to content

Commit

Permalink
fix: Make DVE locators layer mapping available for locators.
Browse files Browse the repository at this point in the history
Currently the locators are mapped as an ident, which causes the locators to not being displayed.
  • Loading branch information
KvelaGorrrrnio committed Jul 18, 2023
1 parent a3de331 commit a5ee3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tv2_afvd_showstyle/config-manifests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a5ee3b6

Please sign in to comment.