1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

Renamed UDPSink to UDPSource

This commit is contained in:
f4exb
2018-09-11 22:36:16 +02:00
parent 87b9cff3c2
commit f58cc3cc07
17 changed files with 272 additions and 269 deletions
+1 -1
View File
@@ -2208,7 +2208,7 @@ bool WebAPIRequestMapper::validateChannelSettings(
return false;
}
}
else if (*channelType == "UDPSink")
else if (*channelType == "UDPSource")
{
if (channelSettings.getTx() != 0)
{