]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Use the playlist url for the VLC player
authorJohn Törnblom <john.tornblom@gmail.com>
Thu, 3 Feb 2011 16:45:59 +0000 (17:45 +0100)
committerJohn Törnblom <john.tornblom@gmail.com>
Fri, 4 Feb 2011 15:04:16 +0000 (16:04 +0100)
src/webui/static/app/chconf.js

index c2f10f5c91023d8bb158bdc266ad6d160be9a5d4..6bbc35bcdde155a94b67e07cff5b2f1ad4f54a14 100644 (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>"
            }
        },