]> git.sesse.net Git - vlc/commitdiff
partly revert [23991]. vlc:skip ain't supported, and that
authorIlkka Ollakka <ileoo@videolan.org>
Thu, 17 Jan 2008 14:41:50 +0000 (14:41 +0000)
committerIlkka Ollakka <ileoo@videolan.org>
Thu, 17 Jan 2008 14:41:50 +0000 (14:41 +0000)
vlc:nop->vlc:skip revert was unintented.

modules/demux/playlist/xspf.c

index 7b3e74737897342c00dbe2c58c79a9ef2652da3c..c998a3e22bca6124adcc3dda67ed4fdd00954667 100644 (file)
@@ -712,7 +712,7 @@ static vlc_bool_t parse_extension_node COMPLEX_INTERFACE
             msg_Warn( p_demux, "<node> requires \"title\" attribute" );
             return VLC_FALSE;
         }
-        p_new_input = input_ItemNewWithType( VLC_OBJECT( p_playlist ), "vlc:skip",
+        p_new_input = input_ItemNewWithType( VLC_OBJECT( p_playlist ), "vlc:nop",
                                 psz_title, 0, NULL, -1, ITEM_TYPE_DIRECTORY );
         if( p_new_input )
         {