From 4a69f341861b72996840b8f1213702f9e35f489e Mon Sep 17 00:00:00 2001 From: sb1066 Date: Sun, 11 Jul 2010 17:41:25 +0000 Subject: [PATCH] Added an icon to the epg toolbar that will bring up the media player --- src/webui/static/app/epg.js | 8 ++++++++ 1 file changed, 8 insertions(+) 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',