From: Jaroslav Kysela Date: Tue, 20 Jan 2015 12:35:46 +0000 (+0100) Subject: WEBUI DVR upcoming: use channel field instead channelname, fixes #2609 X-Git-Tag: v4.1~449 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc7d3d8484988db10bb956e490fc58f563adaa1a;p=thirdparty%2Ftvheadend.git WEBUI DVR upcoming: use channel field instead channelname, fixes #2609 --- diff --git a/src/dvr/dvr_db.c b/src/dvr/dvr_db.c index 242d002cc..f05ca86b0 100644 --- a/src/dvr/dvr_db.c +++ b/src/dvr/dvr_db.c @@ -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, diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index 4cde7833a..9c28a5979 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -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',