Commit af1a7a95 authored by Mirsal Ennaime's avatar Mirsal Ennaime

dbus: Fix copy-paste error

(Coverity report 1100848)
parent afd07036
......@@ -528,7 +528,7 @@ static void ProcessEvents( intf_thread_t *p_intf,
TrackChange( p_intf );
// rate depends on current item
if( !vlc_dictionary_has_key( &tracklist_properties, "Rate" ) )
if( !vlc_dictionary_has_key( &player_properties, "Rate" ) )
vlc_dictionary_insert( &player_properties, "Rate", NULL );
vlc_dictionary_insert( &player_properties, "Metadata", NULL );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment