--- tvheadend-git/src/webui/static/app/chconf.js 2011-04-13 09:01:13.751138001 +0200 +++ tvheadend/src/webui/static/app/chconf.js 2011-04-14 01:42:45.000000000 +0200 @@ -159,11 +160,20 @@ tvheadend.chconf = function() }) }, { - header: "Play", + width: 50, + header: "M3U", + dataIndex: 'chid', + renderer: function(value, metadata, record, row, col, store) { + url = 'playlist/channelid/' + value; + return 'Load'; + } + }, + { + header: "Embedded", dataIndex: 'chid', width: 50, renderer: function(value, metadata, record, row, col, store) { - url = 'playlist/channelid/' + value + url = 'stream/channelid/' + value return "Play" } },