mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 06:21:23 +00:00
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:
committed by
GitHub
parent
42c0170044
commit
5367a3daae
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user