Skip to content

Commit

Permalink
correct method
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Oct 16, 2024
1 parent 669f920 commit 7d210b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbus_audio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fn audio_handler(
} else if recording_state_ctx.is_taking_test_audio_recording() {
"Already making a 5 test recording"
} else {
recording_state_ctx.request_test_audio_recording();
recording_state_ctx.request_long_audio_recording();
"Asked for a 5 minute recording"
};
let mut resp = msg.dynheader.make_response();
Expand Down

0 comments on commit 7d210b7

Please sign in to comment.