From: John Törnblom Date: Thu, 3 Feb 2011 16:45:59 +0000 (+0100) Subject: Use the playlist url for the VLC player X-Git-Tag: 2.99~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb6ae500178c521afb780608c694eae39ece2961;p=thirdparty%2Ftvheadend.git Use the playlist url for the VLC player --- diff --git a/src/webui/static/app/chconf.js b/src/webui/static/app/chconf.js index c2f10f5c9..6bbc35bcd 100644 --- a/src/webui/static/app/chconf.js +++ b/src/webui/static/app/chconf.js @@ -163,7 +163,7 @@ tvheadend.chconf = function() dataIndex: 'chid', width: 50, renderer: function(value, metadata, record, row, col, store) { - url = 'stream/channelid/' + value + url = 'playlist/channelid/' + value return "Play" } },