Skip to content
  • Romain Vimont's avatar
    core: playlist: move Expand() to content.c · 23ed2a71
    Romain Vimont authored and Thomas Guillem's avatar Thomas Guillem committed
    
    
    Expanding an item (replacing it by its subitems) was implemented in
    preparse.c, essentially because it's only used for preparsing.
    
    For consistency, implement all functions changing the content of the
    playlist in content.c. This avoids to expose internal functions
    like vlc_playlist_ItemsInserted().
    
    Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
    23ed2a71