Source facility gets triggered when now playing updates

This commit is contained in:
Lucy 2022-03-28 13:55:37 -04:00
parent f5e589e724
commit f009b88978
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1

View file

@ -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);