From: sb1066 Date: Sun, 11 Jul 2010 17:42:26 +0000 (+0000) Subject: Replaced the Play link in the channel editor with a javascript that will bring up... X-Git-Tag: 2.12~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47efb01eb8de9c0a6f966d46d990c7afd427d8e5;p=thirdparty%2Ftvheadend.git Replaced the Play link in the channel editor with a javascript that will bring up the media player and start to stream the channel --- diff --git a/src/webui/static/app/chconf.js b/src/webui/static/app/chconf.js index 7161a87ec..c2f10f5c9 100644 --- a/src/webui/static/app/chconf.js +++ b/src/webui/static/app/chconf.js @@ -163,8 +163,8 @@ tvheadend.chconf = function() dataIndex: 'chid', width: 50, renderer: function(value, metadata, record, row, col, store) { - url = makeRTSPprefix() + 'channelid/' + value - return 'Play' + url = 'stream/channelid/' + value + return "Play" } }, {