From 9fa7eb15ac9d220c6483f98b562b0246fa99aad2 Mon Sep 17 00:00:00 2001 From: Luciano Iam Date: Mon, 13 Apr 2020 09:52:35 +0200 Subject: WebSockets: avoid hardcoding node names in mixer-demo, fix typo in message.js --- share/web_surfaces/shared/message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/web_surfaces/shared/message.js') diff --git a/share/web_surfaces/shared/message.js b/share/web_surfaces/shared/message.js index 836420faac..6c81cd972f 100644 --- a/share/web_surfaces/shared/message.js +++ b/share/web_surfaces/shared/message.js @@ -27,7 +27,7 @@ export const ANode = Object.freeze({ STRIP_MUTE: 'strip_mute', STRIP_PLUGIN_DESC: 'strip_plugin_desc', STRIP_PLUGIN_ENABLE: 'strip_plugin_enable', - STRUP_PLUGIN_PARAM_DESC: 'strip_plugin_param_desc', + STRIP_PLUGIN_PARAM_DESC: 'strip_plugin_param_desc', STRIP_PLUGIN_PARAM_VALUE: 'strip_plugin_param_value' }); -- cgit v1.2.3