]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Show SeriesLink for AutoRecs
authorDeltaMikeCharlie <127641886+DeltaMikeCharlie@users.noreply.github.com>
Tue, 20 Feb 2024 03:06:34 +0000 (14:06 +1100)
committerFlole998 <Flole998@users.noreply.github.com>
Tue, 20 Feb 2024 10:28:58 +0000 (11:28 +0100)
src/webui/static/app/dvr.js

index 5d540f564e89e317e2e6d05d45f88a6909385c03..9c33fc565405f13b581738e4c2b82ef2c413534e 100644 (file)
@@ -1067,7 +1067,7 @@ tvheadend.autorec_editor = function(panel, index) {
 
     var list = 'name,title,fulltext,channel,start,start_window,weekdays,' +
                'record,tag,btype,content_type,cat1,cat2,cat3,minduration,maxduration,minyear,maxyear,minseason,maxseason,' +
-               'star_rating,dedup,directory,config_name,comment,pri';
+               'star_rating,dedup,directory,config_name,comment,pri,serieslink';
     var elist = 'enabled,start_extra,stop_extra,' +
                 (tvheadend.accessUpdate.admin ?
                 list + ',owner,creator' : list) + ',pri,retention,removal,maxcount,maxsched';
@@ -1116,6 +1116,7 @@ tvheadend.autorec_editor = function(panel, index) {
             maxseason:    { width: 100 },
             owner:        { width: 100 },
             creator:      { width: 200 },
+            serieslink:   { width: 100 },
             comment:      { width: 200 }
         },
         add: {
@@ -1133,7 +1134,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,minseason,maxseason,minyear,maxyear,owner,creator,comment',
+              'star_rating,pri,dedup,directory,config_name,minseason,maxseason,minyear,maxyear,owner,creator,comment,serieslink',
         sort: {
           field: 'name',
           direction: 'ASC'