Skip to content

Commit

Permalink
fix: don't crash if signal cannot be sent
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamAnimate committed Jan 28, 2025
1 parent d7a6fe4 commit d282dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
}
}

send_control!(k, render_tx, mpris_tx);
send_control_errorless!(k, render_tx, mpris_tx);
}

if audio.sink.empty() {
Expand Down

0 comments on commit d282dc1

Please sign in to comment.