WEBUI DVR upcoming: use channel field instead channelname, fixes #2609
This commit is contained in:
parent
a8a175136d
commit
fc7d3d8484
2 changed files with 2 additions and 1 deletions
|
@ -1777,6 +1777,7 @@ const idclass_t dvr_entry_class = {
|
|||
.get = dvr_entry_class_channel_name_get,
|
||||
.set = dvr_entry_class_channel_name_set,
|
||||
.off = offsetof(dvr_entry_t, de_channel_name),
|
||||
.opts = PO_RDONLY,
|
||||
},
|
||||
{
|
||||
.type = PT_LANGSTR,
|
||||
|
|
|
@ -215,7 +215,7 @@ tvheadend.dvr_upcoming = function(panel, index) {
|
|||
},
|
||||
del: true,
|
||||
list: 'disp_title,episode,pri,start_real,stop_real,' +
|
||||
'duration,channelname,owner,creator,config_name,' +
|
||||
'duration,channel,owner,creator,config_name,' +
|
||||
'sched_status,comment',
|
||||
sort: {
|
||||
field: 'start_real',
|
||||
|
|
Loading…
Add table
Reference in a new issue