From 5fcc0c969444b7eda218b6ad9bc8cbe97d8464c1 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 1 Jun 2016 01:14:20 +0200 Subject: [PATCH] mpriscontrol doesn't send requests --- plugins/mpriscontrol/mpriscontrolplugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mpriscontrol/mpriscontrolplugin.h b/plugins/mpriscontrol/mpriscontrolplugin.h index 9a963f596..f61438a04 100644 --- a/plugins/mpriscontrol/mpriscontrolplugin.h +++ b/plugins/mpriscontrol/mpriscontrolplugin.h @@ -28,7 +28,7 @@ #include -#define PACKAGE_TYPE_MPRIS QLatin1String("kdeconnect.mpris.request") +#define PACKAGE_TYPE_MPRIS QLatin1String("kdeconnect.mpris") Q_DECLARE_LOGGING_CATEGORY(KDECONNECT_PLUGIN_MPRIS)