We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13dd981 commit 781fb63Copy full SHA for 781fb63
1 file changed
src/application/service/jack_service.cpp
@@ -166,7 +166,7 @@ jack_nframes_t JackService::currentFrame() const
166
167
void JackService::startRecording(const QString & filePath)
168
{
169
- if (!m_client) {
+ if (!m_client || filePath.isEmpty()) {
170
return;
171
}
172
@@ -225,7 +225,7 @@ bool JackService::isRecording() const
225
226
void JackService::startPlayback(const QString & filePath)
227
228
229
230
231
0 commit comments