From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:16:39 +0000 (+0100) Subject: Update RELEASENOTES-DEVELOPMENT.md X-Git-Tag: 5.0-post-dev~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91a1059163dedff6b328c44eb0e48bc2d333e7d7;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES-DEVELOPMENT.md --- diff --git a/RELEASENOTES-DEVELOPMENT.md b/RELEASENOTES-DEVELOPMENT.md index db285b90..388e2355 100644 --- a/RELEASENOTES-DEVELOPMENT.md +++ b/RELEASENOTES-DEVELOPMENT.md @@ -25,7 +25,7 @@ Version 5.0-dev-83-g38592252 Version 5.0-dev-65-g8545938d == **Enhancement** -* Add a new command-line argument `dbus_default_message_bus` which can be `system` or `session`. This becomes the default message bus used both by the D-Bus native service and the MPRIS service. In its absence, the default is to use the system message bus. Example of use: +* Add a new command-line argument `dbus_default_message_bus` which can be `system` or `session`. This becomes the default message bus used both by the D-Bus native service and the MPRIS service. In its absence, the default is to use the `system` message bus. Example of use: ``` $ shairport-sync ... --dbus_default_message_bus=session .... ```