Mercurial > audlegacy
changeset 3256:eb0fd96f5d58
Update MPRIS service name.
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Sun, 05 Aug 2007 22:08:22 -0500 |
parents | 4f4e07f06801 |
children | 80c31427ec95 |
files | src/audacious/dbus.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/dbus.h Sun Aug 05 20:20:19 2007 -0500 +++ b/src/audacious/dbus.h Sun Aug 05 22:08:22 2007 -0500 @@ -24,7 +24,7 @@ #define AUDACIOUS_DBUS_SERVICE "org.atheme.audacious" #define AUDACIOUS_DBUS_PATH "/org/atheme/audacious" #define AUDACIOUS_DBUS_INTERFACE "org.atheme.audacious" -#define AUDACIOUS_DBUS_SERVICE_MPRIS "org.freedesktop.MediaPlayer" +#define AUDACIOUS_DBUS_SERVICE_MPRIS "org.mpris.audacious" #define AUDACIOUS_DBUS_PATH_MPRIS_ROOT "/" #define AUDACIOUS_DBUS_PATH_MPRIS_PLAYER "/Player" #define AUDACIOUS_DBUS_PATH_MPRIS_TRACKLIST "/TrackList"