aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/mediaplayer/libkvimediaplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/mediaplayer/libkvimediaplayer.cpp')
-rw-r--r--src/modules/mediaplayer/libkvimediaplayer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/mediaplayer/libkvimediaplayer.cpp b/src/modules/mediaplayer/libkvimediaplayer.cpp
index 6adcd1d72..24d78f52b 100644
--- a/src/modules/mediaplayer/libkvimediaplayer.cpp
+++ b/src/modules/mediaplayer/libkvimediaplayer.cpp
@@ -1616,13 +1616,13 @@ static bool mediaplayer_module_init(KviModule * m)
g_pDescriptorList->append(MP_CREATE_DESCRIPTOR(KviAudaciousClassicInterface));
g_pDescriptorList->append(MP_CREATE_DESCRIPTOR(KviXmmsInterface));
g_pDescriptorList->append(MP_CREATE_DESCRIPTOR(MpXmms2Interface));
- g_pDescriptorList->append(MP_CREATE_DESCRIPTOR(MpBmpxInterface));
g_pDescriptorList->append(MP_CREATE_DESCRIPTOR(MpAmarok2Interface));
g_pDescriptorList->append(MP_CREATE_DESCRIPTOR(MpQmmpInterface));
- g_pDescriptorList->append(MP_CREATE_DESCRIPTOR(MpSongbirdInterface));
g_pDescriptorList->append(MP_CREATE_DESCRIPTOR(MpTotemInterface));
g_pDescriptorList->append(MP_CREATE_DESCRIPTOR(MpVlcInterface));
g_pDescriptorList->append(MP_CREATE_DESCRIPTOR(MpClementineInterface));
+ g_pDescriptorList->append(MP_CREATE_DESCRIPTOR(MpStrawberryInterface));
+ g_pDescriptorList->append(MP_CREATE_DESCRIPTOR(MpMprisGenericInterface));
#endif
#if defined(COMPILE_ON_WINDOWS) || defined(COMPILE_ON_MINGW)