Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
CShark committed May 25, 2022
1 parent 41773ca commit 1b6bdc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BetterMultiview/Plugins/qlc/QlcPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ public class QlcPlugin : ChangePluginBase {
case "getWidgetsList":
for (int i = 2; i < data.Length; i += 2) {
_functions.Add(new FunctionInfo(data[i], data[i + 1], FunctionType.Widget));
_webSocket.Send($"QLC+Api|getWidgetType|{data[i]}");
}

break;
Expand Down

0 comments on commit 1b6bdc4

Please sign in to comment.