diff --git a/FaderSyncPlugin/OBS/GoXlrChannelSyncFilter.cs b/FaderSyncPlugin/OBS/GoXlrChannelSyncFilter.cs index 49f2cc2..3258d75 100644 --- a/FaderSyncPlugin/OBS/GoXlrChannelSyncFilter.cs +++ b/FaderSyncPlugin/OBS/GoXlrChannelSyncFilter.cs @@ -156,7 +156,6 @@ private static unsafe void GetDefaults(obs_data* settings) sDeviceSerialError = Encoding.UTF8.GetBytes(deviceSerialError), sDeviceSerialDisconnected = "Error Connecting to the GoXLR Utility"u8.ToArray(), sDeviceSerialNoDevices = "No GoXLR Devices Detected"u8.ToArray(), - sDeviceSerialSelect = "Select GoXLR"u8.ToArray(), // add channels sChannelNameId = "CHANNEL_NAME"u8.ToArray(),