]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
dvr: Add {min,max}season and {min,max}year to autorec UI, fixes #5479
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Sun, 27 Jan 2019 22:30:22 +0000 (22:30 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 4 Feb 2019 10:00:32 +0000 (11:00 +0100)
src/webui/static/app/dvr.js

index 7d7cb51e661916fd7bafd11c375059bfa74f791d..4c93ba06a21ec145a28123a0d316e8f6d8ff5c50 100644 (file)
@@ -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'