]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/m3u.c
Revert [23949].
[vlc] / modules / demux / playlist / m3u.c
index 41c7a63bcc035f308a15fb0af5b6807a9e069c0b..109600d950906f5d2ef3313b75c79afe728b1a6e 100644 (file)
@@ -192,7 +192,7 @@ static int Demux( demux_t *p_demux )
             if ( psz_artist && *psz_artist )
                 input_ItemAddInfo( p_input, _(VLC_META_INFO_CAT),
                                    _(VLC_META_ARTIST), "%s", psz_artist );
-            input_ItemAddSubItem( p_current_input, p_input, VLC_FALSE );
+            input_ItemAddSubItem( p_current_input, p_input );
             vlc_gc_decref( p_input );
             free( psz_mrl );
         }