Commit 31eaf45b authored by Damien Fouilleul's avatar Damien Fouilleul

vlcshell.cpp: fixed plugin 'autoplay'

parent e444bfd2
...@@ -688,7 +688,7 @@ NPError NPP_SetWindow( NPP instance, NPWindow* window ) ...@@ -688,7 +688,7 @@ NPError NPP_SetWindow( NPP instance, NPWindow* window )
{ {
#if USE_LIBVLC #if USE_LIBVLC
VLC_AddTarget( p_plugin->i_vlc, p_plugin->psz_target, VLC_AddTarget( p_plugin->i_vlc, p_plugin->psz_target,
0, 0, PLAYLIST_INSERT, 0 ); 0, 0, i_mode, -666 );
#endif #endif
p_plugin->b_stream = VLC_TRUE; p_plugin->b_stream = VLC_TRUE;
} }
......
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