mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-07-31 21:12:28 -04:00
RTLSDR input: return true upon MsgFileRecord processing
This commit is contained in:
parent
331e1f7538
commit
5a27ca7746
@ -265,6 +265,8 @@ bool RTLSDRInput::handleMessage(const Message& message)
|
|||||||
} else {
|
} else {
|
||||||
m_fileSink->stopRecording();
|
m_fileSink->stopRecording();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user