Commit 566b2803 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Revert "Fix #1761: open directory plays."

This reverts commit 84091c66.
parent 1d5a0a9c
...@@ -356,15 +356,14 @@ static void openDirectory( intf_thread_t *p_intf, bool pl, bool go ) ...@@ -356,15 +356,14 @@ static void openDirectory( intf_thread_t *p_intf, bool pl, bool go )
playlist_AddInput( THEPL, p_input, playlist_AddInput( THEPL, p_input,
go ? ( PLAYLIST_APPEND | PLAYLIST_GO ) : PLAYLIST_APPEND, go ? ( PLAYLIST_APPEND | PLAYLIST_GO ) : PLAYLIST_APPEND,
PLAYLIST_END, pl, pl_Unlocked ); PLAYLIST_END, pl, pl_Unlocked );
/* Why this ? input_Read( THEPL, p_input, false );
* input_Read( THEPL, p_input, false ); */
vlc_gc_decref( p_input ); vlc_gc_decref( p_input );
} }
} }
void DialogsProvider::PLAppendDir() void DialogsProvider::PLAppendDir()
{ {
openDirectory( p_intf, true, true ); openDirectory( p_intf, true, false );
} }
void DialogsProvider::MLAppendDir() void DialogsProvider::MLAppendDir()
......
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