Added an icon to the epg toolbar that will bring up the media player
This commit is contained in:
parent
fa71c87ec0
commit
4a69f34186
1 changed files with 8 additions and 0 deletions
|
@ -329,6 +329,14 @@ tvheadend.epg = function() {
|
|||
handler: epgQueryClear
|
||||
},
|
||||
'->',
|
||||
{
|
||||
text: 'Watch TV',
|
||||
iconCls: 'eye',
|
||||
handler: function() {
|
||||
new tvheadend.VLC();
|
||||
}
|
||||
},
|
||||
'-',
|
||||
{
|
||||
text: 'Create AutoRec',
|
||||
iconCls: 'wand',
|
||||
|
|
Loading…
Add table
Reference in a new issue