Commit 701fc0c1 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

playlist: don't abort if "media-library" is not specified

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent bbc22748
......@@ -244,7 +244,7 @@ playlist_t *playlist_Create( vlc_object_t *p_parent )
ml = NULL;
PL_UNLOCK;
if( unlikely(root == NULL || playing == NULL || ml == NULL) )
if( unlikely(root == NULL || playing == NULL) )
abort();
p_playlist->p_root = root;
......
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