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

media library loading: Adds a fixme reminder for pdherbemont

parent 22435578
...@@ -126,6 +126,7 @@ int playlist_MLLoad( playlist_t *p_playlist ) ...@@ -126,6 +126,7 @@ int playlist_MLLoad( playlist_t *p_playlist )
if( p_input == NULL ) if( p_input == NULL )
goto error; goto error;
/* FIXME [21574] pdherbemont do we need *install_input_item_observer ? */
playlist_AddInput( p_playlist, p_input, PLAYLIST_APPEND, 0, VLC_FALSE, playlist_AddInput( p_playlist, p_input, PLAYLIST_APPEND, 0, VLC_FALSE,
VLC_FALSE ); VLC_FALSE );
......
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