We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4736031 commit e0fd511Copy full SHA for e0fd511
src/detection/media/media_linux.c
@@ -78,7 +78,7 @@ static bool parseMprisMetadata(FFDBusData* data, DBusMessageIter* rootIterator,
78
static bool getBusProperties(FFDBusData* data, const char* busName, FFMediaResult* result)
79
{
80
// Get all properties at once to reduce the number of IPCs
81
- DBusMessage* reply = ffDBusGetAllProperties(data, busName, "/org/mpris/MediaPlayer2", "");
+ DBusMessage* reply = ffDBusGetAllProperties(data, busName, "/org/mpris/MediaPlayer2", "org.mpris.MediaPlayer2.Player");
82
if(reply == NULL)
83
return false;
84
0 commit comments