Fix Series link button in the UI.
This commit is contained in:
parent
bf3def4030
commit
2f79e5f6f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue