Added an icon to the epg toolbar that will bring up the media player

This commit is contained in:
sb1066 2010-07-11 17:41:25 +00:00
parent fa71c87ec0
commit 4a69f34186

View 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',