diff --git a/main.py b/main.py index d9358c5..ab43c60 100644 --- a/main.py +++ b/main.py @@ -66,7 +66,7 @@ def _register_actions(self): plugin_base=self, action_base=ChangeTextChannel, action_id_suffix="ChangeText", - action_name="Change Text Channel", + action_id="com_imdevinc_StreamControllerDiscordPlugin::ChangeTextChannel", action_support={ Input.Key: ActionInputSupport.SUPPORTED, Input.Dial: ActionInputSupport.UNTESTED, @@ -78,7 +78,7 @@ def _register_actions(self): change_voice = ActionHolder( plugin_base=self, action_base=ChangeVoiceChannel, - action_id_suffix="ChangeVoice", + action_id="com_imdevinc_StreamControllerDiscordPlugin::ChangeVoiceChannel", action_name="Change Voice Channel", action_support={ Input.Key: ActionInputSupport.SUPPORTED, @@ -91,7 +91,7 @@ def _register_actions(self): deafen = ActionHolder( plugin_base=self, action_base=Deafen, - action_id_suffix="Deafen", + action_id="com_imdevinc_StreamControllerDiscordPlugin::Deafen", action_name="Toggle Deafen", action_support={ Input.Key: ActionInputSupport.SUPPORTED, @@ -104,7 +104,7 @@ def _register_actions(self): mute = ActionHolder( plugin_base=self, action_base=Mute, - action_id_suffix="Mute", + action_id="com_imdevinc_StreamControllerDiscordPlugin::Mute", action_name="Toggle Mute", action_support={ Input.Key: ActionInputSupport.SUPPORTED, @@ -117,7 +117,7 @@ def _register_actions(self): toggle_ptt = ActionHolder( plugin_base=self, action_base=TogglePTT, - action_id_suffix="TogglePTT", + action_id="com_imdevinc_StreamControllerDiscordPlugin::Push_To_Talk", action_name="Toggle PTT", action_support={ Input.Key: ActionInputSupport.SUPPORTED, diff --git a/manifest.json b/manifest.json index 8e2355c..45e5255 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.5.0", + "version": "1.5.1", "thumbnail": "store/thumbnail.png", "id": "com_imdevinc_StreamControllerDiscordPlugin", "name": "Discord",