WebUI: Add programme duration filtering
This commit is contained in:
parent
812d801a99
commit
49be7e553a
1 changed files with 0 additions and 7 deletions
|
@ -569,12 +569,6 @@ tvheadend.autoreceditor = function() {
|
|||
renderer: function(v) {
|
||||
return tvheadend.channelLookupName(v);
|
||||
},
|
||||
// renderer: function(v, m, r) {
|
||||
// var i = tvheadend.channels.find('key', v);
|
||||
// if (i !== -1)
|
||||
// v = tvheadend.channels.getAt(i).get('val');
|
||||
// return v;
|
||||
// }
|
||||
},
|
||||
{
|
||||
header: "SeriesLink",
|
||||
|
@ -749,7 +743,6 @@ tvheadend.autoreceditor = function() {
|
|||
tvheadend.autorecRecord, [], tvheadend.autorecStore,
|
||||
'autorec.html', 'wand');
|
||||
};
|
||||
// -------------------------------
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue