Commit 956c5fae authored by guihkx's avatar guihkx Committed by Max Kellermann

output/PipeWire: set app icon

Closes #1564
parent cd0396c1
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment