Use the playlist url for the VLC player
This commit is contained in:
parent
4be5da5921
commit
eb6ae50017
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue