|
|
@@ -377,11 +377,11 @@ namespace VirgoRT.Devices
|
|
|
{
|
|
|
if (SC.GetValue<int>($"{mod}.match.AdTecSourceMatchModel") == 0)
|
|
|
{
|
|
|
- _Match = DEVICE.GetDevice<AdTecMatch>($"{Module}.{VirgoDevice.Match}");
|
|
|
+ _Match = DEVICE.GetDevice<AdTecMatch>($"{Module}.match");
|
|
|
}
|
|
|
if (SC.GetValue<int>($"{mod}.match.AdTecSourceMatchModel") == 1)
|
|
|
{
|
|
|
- _Match = DEVICE.GetDevice<AdTecMatchAMVG>($"{Module}.{VirgoDevice.Match}");
|
|
|
+ _Match = DEVICE.GetDevice<AdTecMatchAMVG>($"{Module}.match");
|
|
|
}
|
|
|
}
|
|
|
|