Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
8c8e8414
Commit
8c8e8414
authored
Nov 16, 2016
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playlist: fix item parenting regression
parent
a6fd99e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/playlist/services_discovery.c
src/playlist/services_discovery.c
+1
-1
No files found.
src/playlist/services_discovery.c
View file @
8c8e8414
...
...
@@ -181,7 +181,7 @@ static void playlist_sd_item_added(services_discovery_t *sd,
NULL
);
}
playlist_NodeAddInput
(
playlist
,
p_input
,
sds
->
node
,
playlist_NodeAddInput
(
playlist
,
p_input
,
parent
,
PLAYLIST_APPEND
,
PLAYLIST_END
,
pl_Locked
);
playlist_Unlock
(
playlist
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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