[vlc-commits] http: Allow to select media from playlist too

Mathieu Parent git at videolan.org
Fri Aug 4 09:51:45 CEST 2017


vlc | branch: master | Mathieu Parent <math.parent at gmail.com> | Thu Aug  3 18:27:03 2017 +0200| [b77db4b32123c4919c771cfed4c5839d87074eac] | committer: Jean-Baptiste Kempf

http: Allow to select media from playlist too

Signed-off-by: Mathieu Parent <math.parent at gmail.com>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b77db4b32123c4919c771cfed4c5839d87074eac
---

 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);



More information about the vlc-commits mailing list