parent
cd0396c1f1
commit
956c5faebb
2
NEWS
2
NEWS
|
@ -1,4 +1,6 @@
|
|||
ver 0.23.9 (not yet released)
|
||||
* output
|
||||
- pipewire: set app icon
|
||||
|
||||
ver 0.23.8 (2022/07/09)
|
||||
* storage
|
||||
|
|
|
@ -514,6 +514,7 @@ PipeWireOutput::Open(AudioFormat &audio_format)
|
|||
PW_KEY_MEDIA_CATEGORY, "Playback",
|
||||
PW_KEY_MEDIA_ROLE, "Music",
|
||||
PW_KEY_APP_NAME, "Music Player Daemon",
|
||||
PW_KEY_APP_ICON_NAME, "mpd",
|
||||
nullptr);
|
||||
|
||||
pw_properties_setf(props, PW_KEY_NODE_NAME, "mpd.%s", name);
|
||||
|
|
Loading…
Reference in New Issue