[vlc-devel] [PATCH 3/4] http: Allow to select media from playlist too
Mathieu Parent
math.parent at gmail.com
Thu Aug 3 18:27:03 CEST 2017
Signed-off-by: Mathieu Parent <math.parent at gmail.com>
---
share/lua/http/js/controllers.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/lua/http/js/controllers.js b/share/lua/http/js/controllers.js
index 8c3a419b25..7ae3b10b1d 100644
--- a/share/lua/http/js/controllers.js
+++ b/share/lua/http/js/controllers.js
@@ -518,7 +518,7 @@ $(function () {
$(this).addClass('ui-state-highlight');
current_playlist_id = $(this).attr('id').substr(5);
});
- }).delegate("#plid_2 li.jstree-leaf a", "click", function (event, data) {
+ }).delegate("#plid_0 li.jstree-leaf a", "click", function (event, data) {
event.preventDefault();
current_playlist_id = $(this).parent().attr('id').substr(5);
sendCommand('command=pl_play&id=' + current_playlist_id);
--
2.11.0
More information about the vlc-devel
mailing list