From: sb1066 Date: Sun, 11 Jul 2010 17:39:16 +0000 (+0000) Subject: Fixed url for channels in the media player X-Git-Tag: 2.12~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06c969ab910b2bfbd78512d5871ca4370dc5a6f3;p=thirdparty%2Ftvheadend.git Fixed url for channels in the media player --- diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index 132b7484f..5ca0b2d78 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) {