Skip to content

Commit

Permalink
Media (Linux): Fix #1461 (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Dec 24, 2024
1 parent 4736031 commit e0fd511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detection/media/media_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static bool parseMprisMetadata(FFDBusData* data, DBusMessageIter* rootIterator,
static bool getBusProperties(FFDBusData* data, const char* busName, FFMediaResult* result)
{
// Get all properties at once to reduce the number of IPCs
DBusMessage* reply = ffDBusGetAllProperties(data, busName, "/org/mpris/MediaPlayer2", "");
DBusMessage* reply = ffDBusGetAllProperties(data, busName, "/org/mpris/MediaPlayer2", "org.mpris.MediaPlayer2.Player");
if(reply == NULL)
return false;

Expand Down

0 comments on commit e0fd511

Please sign in to comment.