Commit 5f7a579b authored by Damien Fouilleul's avatar Damien Fouilleul

backporting [15534]

parent dc4a1ad0
...@@ -1343,7 +1343,6 @@ vlc_bool_t VLC_IsPlaying( int i_object ) ...@@ -1343,7 +1343,6 @@ vlc_bool_t VLC_IsPlaying( int i_object )
} }
else else
{ {
msg_Dbg(p_vlc, "polling playlist_IsPlaying");
b_playing = playlist_IsPlaying( p_playlist ); b_playing = playlist_IsPlaying( p_playlist );
} }
vlc_object_release( p_playlist ); vlc_object_release( p_playlist );
......
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