Skip to content

Commit e0fd511

Browse files
committed
Media (Linux): Fix fastfetch-cli#1461 (WIP)
1 parent 4736031 commit e0fd511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/media/media_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static bool parseMprisMetadata(FFDBusData* data, DBusMessageIter* rootIterator,
7878
static bool getBusProperties(FFDBusData* data, const char* busName, FFMediaResult* result)
7979
{
8080
// Get all properties at once to reduce the number of IPCs
81-
DBusMessage* reply = ffDBusGetAllProperties(data, busName, "/org/mpris/MediaPlayer2", "");
81+
DBusMessage* reply = ffDBusGetAllProperties(data, busName, "/org/mpris/MediaPlayer2", "org.mpris.MediaPlayer2.Player");
8282
if(reply == NULL)
8383
return false;
8484

0 commit comments

Comments
 (0)