Source facility gets triggered when now playing updates
This commit is contained in:
parent
f5e589e724
commit
f009b88978
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ impl App {
|
|||
match facility {
|
||||
Some(Facility::Sink) => {
|
||||
send!(input, AppInput::OutputVolume);
|
||||
send!(input, AppInput::NowPlaying);
|
||||
}
|
||||
Some(Facility::Source) => {
|
||||
send!(input, AppInput::InputVolume);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue