]> git.sesse.net Git - vlc/blobdiff - src/misc/win32_specific.c
Changed playlist_AddExt to be more consistant with input_item_NewWithType.
[vlc] / src / misc / win32_specific.c
index 8daf1fa0a9619c985c2c50cc2ae4672133fd2f1b..fecb447bb566ea188db684205e18fd6792492a7e 100644 (file)
@@ -348,8 +348,10 @@ LRESULT CALLBACK WMCOPYWNDPROC( HWND hwnd, UINT uMsg, WPARAM wParam,
                   NULL, PLAYLIST_APPEND |
                         ( ( i_opt || p_data->enqueue ) ? 0 : PLAYLIST_GO ),
                   PLAYLIST_END, -1,
+                  i_options,
                   (char const **)( i_options ? &ppsz_argv[i_opt+1] : NULL ),
-                  i_options, true, pl_Unlocked );
+                  VLC_INPUT_OPTION_TRUSTED,
+                  true, pl_Unlocked );
 
                 i_opt += i_options;
             }