From 06c969ab910b2bfbd78512d5871ca4370dc5a6f3 Mon Sep 17 00:00:00 2001 From: sb1066 Date: Sun, 11 Jul 2010 17:39:16 +0000 Subject: [PATCH] Fixed url for channels in the media player --- src/webui/static/app/tvheadend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index 132b7484..5ca0b2d7 100644 --- a/src/webui/static/app/tvheadend.js +++ b/src/webui/static/app/tvheadend.js @@ -55,7 +55,7 @@ tvheadend.VLC = function(url) { }); selectChannel.on('select', function(c, r) { - var url = makeStreamPrefix() + r.data.chid; + var url = 'stream/channelid/' + r.data.chid; var chName = r.data.name; if(vlc.playlist.isPlaying) {