Skip to content

Commit

Permalink
[sdplugin] change action uuid format to match DistributionTool requir…
Browse files Browse the repository at this point in the history
…ements
  • Loading branch information
fredemmott committed Feb 12, 2021
1 parent ffcb3d6 commit fecf3ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion streamdeck-plugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

],
Expand Down
2 changes: 1 addition & 1 deletion streamdeck-plugin/manifest.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

],
Expand Down
2 changes: 1 addition & 1 deletion streamdeck-plugin/src/ActionIDs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}

0 comments on commit fecf3ac

Please sign in to comment.