Use the playlist url for the VLC player

This commit is contained in:
John Törnblom 2011-02-03 17:45:59 +01:00
parent 4be5da5921
commit eb6ae50017

View file

@ -163,7 +163,7 @@ tvheadend.chconf = function()
dataIndex: 'chid',
width: 50,
renderer: function(value, metadata, record, row, col, store) {
url = 'stream/channelid/' + value
url = 'playlist/channelid/' + value
return "<a href=\"javascript:tvheadend.VLC('"+url+"')\">Play</a>"
}
},