mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-27 22:11:22 +00:00
refactor: remove redundant device linking in play method
This commit is contained in:
@@ -289,8 +289,6 @@ impl AudioPlayer {
|
||||
|
||||
self.tracks.insert(id, sound);
|
||||
|
||||
self.link_devices().await?;
|
||||
|
||||
Ok(id)
|
||||
}
|
||||
Err(err) => Err(err.into()),
|
||||
|
||||
Reference in New Issue
Block a user