From: E.Smith <31170571+azlm8t@users.noreply.github.com> Date: Sun, 27 Jan 2019 22:30:22 +0000 (+0000) Subject: dvr: Add {min,max}season and {min,max}year to autorec UI, fixes #5479 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4374948b4328fea952ee0e3b56f816b735d79476;p=thirdparty%2Ftvheadend.git dvr: Add {min,max}season and {min,max}year to autorec UI, fixes #5479 --- diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index 7d7cb51e6..4c93ba06a 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -1250,6 +1250,10 @@ tvheadend.autorec_editor = function(panel, index) { maxsched: { width: 80 }, star_rating: { width: 80 }, config_name: { width: 120 }, + minyear: { width: 100 }, + maxyear: { width: 100 }, + minseason: { width: 100 }, + maxseason: { width: 100 }, owner: { width: 100 }, creator: { width: 200 }, comment: { width: 200 } @@ -1269,7 +1273,7 @@ tvheadend.autorec_editor = function(panel, index) { del: true, list: 'enabled,name,title,fulltext,channel,tag,start,start_window,' + 'weekdays,minduration,maxduration,record,btype,content_type,cat1,cat2,cat3' + - 'star_rating,pri,dedup,directory,config_name,owner,creator,comment', + 'star_rating,pri,dedup,directory,config_name,minseason,maxseason,minyear,maxyear,owner,creator,comment', sort: { field: 'name', direction: 'ASC'