From eb6ae500178c521afb780608c694eae39ece2961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20T=C3=B6rnblom?= Date: Thu, 3 Feb 2011 17:45:59 +0100 Subject: [PATCH] Use the playlist url for the VLC player --- src/webui/static/app/chconf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/chconf.js b/src/webui/static/app/chconf.js index c2f10f5c..6bbc35bc 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" } },