diff --git a/streamdeck-plugin/manifest.json b/streamdeck-plugin/manifest.json index 563c45f..163dcad 100644 --- a/streamdeck-plugin/manifest.json +++ b/streamdeck-plugin/manifest.json @@ -27,7 +27,7 @@ ], "SupportedInMultiActions": true, "Tooltip": "Switch to a scene in OBS or XSplit on another computer", - "UUID": "com.fredemmott.streamingremote.actions.set_current_scene" + "UUID": "com.fredemmott.streamingremote.actions.setcurrentscene" } ], diff --git a/streamdeck-plugin/manifest.json.in b/streamdeck-plugin/manifest.json.in index 7f28ff5..3122c57 100644 --- a/streamdeck-plugin/manifest.json.in +++ b/streamdeck-plugin/manifest.json.in @@ -27,7 +27,7 @@ ], "SupportedInMultiActions": true, "Tooltip": "Switch to a scene in OBS or XSplit on another computer", - "UUID": "com.fredemmott.streamingremote.actions.set_current_scene" + "UUID": "com.fredemmott.streamingremote.actions.setcurrentscene" } ], diff --git a/streamdeck-plugin/src/ActionIDs.ts b/streamdeck-plugin/src/ActionIDs.ts index 8bbb3d4..95a15dc 100644 --- a/streamdeck-plugin/src/ActionIDs.ts +++ b/streamdeck-plugin/src/ActionIDs.ts @@ -8,5 +8,5 @@ export enum ActionIDs { StartStopOutput = "com.fredemmott.streamingremote.action", - SetCurrentScene = "com.fredemmott.streamingremote.actions.set_current_scene", + SetCurrentScene = "com.fredemmott.streamingremote.actions.setcurrentscene", }