From 47efb01eb8de9c0a6f966d46d990c7afd427d8e5 Mon Sep 17 00:00:00 2001 From: sb1066 Date: Sun, 11 Jul 2010 17:42:26 +0000 Subject: [PATCH] Replaced the Play link in the channel editor with a javascript that will bring up the media player and start to stream the channel --- src/webui/static/app/chconf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webui/static/app/chconf.js b/src/webui/static/app/chconf.js index 7161a87e..c2f10f5c 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" } }, {