diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 306abe4d..1b09184b 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -84,7 +84,7 @@ tvheadend.epgDetails = function(event) { text : "Record program" }), new Ext.Button({ handler : recordSeries, - text : event.seriesLink ? "Record series" : "Autorec" + text : event.serieslink ? "Record series" : "Autorec" }) ], buttonAlign : 'center', html : content