]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Added an icon to the epg toolbar that will bring up the media player
authorsb1066 <sb1066@gmail.com>
Sun, 11 Jul 2010 17:41:25 +0000 (17:41 +0000)
committersb1066 <sb1066@gmail.com>
Sun, 11 Jul 2010 17:41:25 +0000 (17:41 +0000)
src/webui/static/app/epg.js

index 8254b0a9ec3a9def3c2f3e9f7b9dfa242645e644..3831b5cb24fa53602e8ed919319b2ffcf79fb27e 100644 (file)
@@ -329,6 +329,14 @@ tvheadend.epg = function() {
                handler: epgQueryClear
            },
            '->',
+           {
+               text: 'Watch TV',
+               iconCls: 'eye',
+               handler: function() {
+                   new tvheadend.VLC();
+               }
+           },
+           '-',
            {
                text: 'Create AutoRec',
                iconCls: 'wand',