mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-04 02:28:33 -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 {
|
||||
m_fileSink->stopRecording();
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user