mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-01 16:38:06 -04:00
Local source channel: fixed REST API
This commit is contained in:
@@ -413,8 +413,8 @@ int LocalSource::webapiSettingsGet(
|
||||
QString& errorMessage)
|
||||
{
|
||||
(void) errorMessage;
|
||||
response.setLocalSinkSettings(new SWGSDRangel::SWGLocalSinkSettings());
|
||||
response.getLocalSinkSettings()->init();
|
||||
response.setLocalSourceSettings(new SWGSDRangel::SWGLocalSourceSettings());
|
||||
response.getLocalSourceSettings()->init();
|
||||
webapiFormatChannelSettings(response, m_settings);
|
||||
return 200;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user