Commit a52263a7 authored by Rafaël Carré's avatar Rafaël Carré

fix xosd, thanks to hobophobe

parent fe017418
......@@ -213,7 +213,7 @@ static void Run( intf_thread_t *p_intf )
p_intf->p_sys->b_need_update = VLC_FALSE;
p_playlist = pl_Yield( p_intf );
if( p_playlist->i_size < 0 )
if( !playlist_isEmpty( p_playlist ) )
{
vlc_object_release( p_playlist );
continue;
......
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