bluez-monitor.conf: 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:17:12 +02:00
parent 22dadaa343
commit dbeba2b0a7

View file

@ -129,10 +129,10 @@ 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
}
}
}