]> git.sesse.net Git - vlc/blobdiff - modules/control/dbus/dbus.c
dbus: Fix the tracklist's PropertyChanged signal
[vlc] / modules / control / dbus / dbus.c
index a6d6b90dabe97f16e219391f5534077c1bf2d026..d27590e0221d3d1c89c04442975eee06092b603b 100644 (file)
@@ -632,7 +632,7 @@ static void ProcessEvents( intf_thread_t *p_intf,
         PlayerPropertiesChangedEmit( p_intf, &player_properties );
 
     if( vlc_dictionary_keys_count( &tracklist_properties ) )
-        TrackListPropertiesChangedEmit( p_intf, &player_properties );
+        TrackListPropertiesChangedEmit( p_intf, &tracklist_properties );
 
     vlc_dictionary_clear( &player_properties,    NULL, NULL );
     vlc_dictionary_clear( &tracklist_properties, NULL, NULL );