Commit 89815e8d authored by Antoine Cellerier's avatar Antoine Cellerier

Fix xosd (due to bug introduced in [17267] by funman).

parent 9bab0cca
......@@ -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( !playlist_IsEmpty( p_playlist ) )
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