Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI DVR upcoming: use channel field instead channelname, fixes #2609
  • Loading branch information
perexg committed Jan 20, 2015
1 parent a8a1751 commit fc7d3d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/dvr/dvr_db.c
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/webui/static/app/dvr.js
Expand Up @@ -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',
Expand Down

0 comments on commit fc7d3d8

Please sign in to comment.