Commit 56674e0f authored by Clément Stenac's avatar Clément Stenac

Here too

parent 727740c8
......@@ -1206,11 +1206,9 @@ void OpenDialog::OnOk( wxCommandEvent& WXUNUSED(event) )
if( b_start )
{
playlist_PlaylistAddInput( p_playlist, p_input, PLAYLIST_APPEND,
playlist_PlaylistAddInput( p_playlist, p_input,
PLAYLIST_APPEND | PLAYLIST_GO,
PLAYLIST_END );
msg_Err( p_playlist, "Item start not implemented" );
// FIXME: Play only within the playlist node
//playlist_Control( p_playlist, PLAYLIST_ITEMPLAY, p_item );
}
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