pipewire: Improve handling of node switching

When switching to a node that has a missing property, yambar didn't
reset its internal state to the default value, causing outdated
information to be displayed.
This commit is contained in:
Alexey Yerin 2024-11-23 20:10:14 +03:00
parent 3e0083c9f2
commit b15714b38a
2 changed files with 33 additions and 24 deletions

View file

@ -50,9 +50,11 @@
* mpd: yambar never attempting to reconnect after MPD closed the
connection (for example, when MPD is restarted).
* Bar positioning on multi-monitor setups, when `location=bottom`.
* pipewire: Improve handling of node switching ([#424][424]).
[377]: https://codeberg.org/dnkl/yambar/issues/377
[300]: https://codeberg.org/dnkl/yambar/issues/300
[424]: https://codeberg.org/dnkl/yambar/pulls/424
### Security