Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
468c863c
Commit
468c863c
authored
Nov 26, 2012
by
Rémi Denis-Courmont
Browse files
playlist: remove naive error case
Media library is crap, but that is not an excuse.
parent
3074057c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/playlist/engine.c
View file @
468c863c
...
...
@@ -271,8 +271,6 @@ playlist_t * playlist_Create( vlc_object_t *p_parent )
p_playlist
,
_
(
"Media Library"
),
p_playlist
->
p_root
,
PLAYLIST_END
,
PLAYLIST_RO_FLAG
,
NULL
);
PL_UNLOCK
;
if
(
!
p_playlist
->
p_media_library
)
return
NULL
;
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment