version 1.7.1, update deps, update docs (#57)

* refactor: removed garbage

* change version to 1.7.1

* cargo fmt

* cargo update

* docs: add information about hotkeys to README

* docs: small refactor
This commit is contained in:
Tarasov Aleksandr
2026-04-12 17:23:04 +03:00
committed by GitHub
parent 42c0170044
commit 5367a3daae
10 changed files with 144 additions and 260 deletions
+1 -2
View File
@@ -381,8 +381,7 @@ impl AudioPlayer {
if check_devices {
if let Some(input_device_name) = &self.input_device_name {
// Unlink devices if selected input device was removed
if self.input_link_sender.is_some()
&& get_device(input_device_name).await.is_err()
if self.input_link_sender.is_some() && get_device(input_device_name).await.is_err()
{
eprintln!(
"Selected input device {} was removed, unlinking devices",