config: bluez: Update source-role property name

New version of PipeWire replaced a2dp-source-role property by more generic
media-source-role.
This commit is contained in:
Frédéric Danis 2022-09-27 09:11:20 +02:00 committed by George Kiagiadakis
parent b32cb9c976
commit d4f469fcec

View file

@ -123,10 +123,10 @@ bluez_monitor.rules = {
--["session.suspend-timeout-seconds"] = 5, -- 0 disables suspend
--["monitor.channel-volumes"] = false,
-- A2DP source role, "input" or "playback"
-- Media source role, "input" or "playback"
-- Defaults to "playback", playing stream to speakers
-- Set to "input" to use as an input for apps
--["bluez5.a2dp-source-role"] = "input",
--["bluez5.media-source-role"] = "input",
},
},
}