diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 8254b0a9..3831b5cb 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -329,6 +329,14 @@ tvheadend.epg = function() { handler: epgQueryClear }, '->', + { + text: 'Watch TV', + iconCls: 'eye', + handler: function() { + new tvheadend.VLC(); + } + }, + '-', { text: 'Create AutoRec', iconCls: 'wand',