Commit 8b953e6d authored by Clément Stenac's avatar Clément Stenac

Fix SAP autoplay, patch by Dermot McGahon. Thanks

parent 91463596
...@@ -988,6 +988,10 @@ static playlist_item_t * NextItem( playlist_t *p_playlist ) ...@@ -988,6 +988,10 @@ static playlist_item_t * NextItem( playlist_t *p_playlist )
} }
p_playlist->request.i_skip = 0; p_playlist->request.i_skip = 0;
} }
if( !( p_new->i_flags & PLAYLIST_SKIP_FLAG ) )
{
return NULL;
}
} }
else else
{ {
......
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