@@ -1067,7 +1067,7 @@ tvheadend.autorec_editor = function(panel, index) {
10671067
10681068 var list = 'name,title,fulltext,channel,start,start_window,weekdays,' +
10691069 'record,tag,btype,content_type,cat1,cat2,cat3,minduration,maxduration,minyear,maxyear,minseason,maxseason,' +
1070- 'star_rating,dedup,directory,config_name,comment,pri' ;
1070+ 'star_rating,dedup,directory,config_name,comment,pri,serieslink ' ;
10711071 var elist = 'enabled,start_extra,stop_extra,' +
10721072 ( tvheadend . accessUpdate . admin ?
10731073 list + ',owner,creator' : list ) + ',pri,retention,removal,maxcount,maxsched' ;
@@ -1116,6 +1116,7 @@ tvheadend.autorec_editor = function(panel, index) {
11161116 maxseason : { width : 100 } ,
11171117 owner : { width : 100 } ,
11181118 creator : { width : 200 } ,
1119+ serieslink : { width : 100 } ,
11191120 comment : { width : 200 }
11201121 } ,
11211122 add : {
@@ -1133,7 +1134,7 @@ tvheadend.autorec_editor = function(panel, index) {
11331134 del : true ,
11341135 list : 'enabled,name,title,fulltext,channel,tag,start,start_window,' +
11351136 'weekdays,minduration,maxduration,record,btype,content_type,cat1,cat2,cat3' +
1136- 'star_rating,pri,dedup,directory,config_name,minseason,maxseason,minyear,maxyear,owner,creator,comment' ,
1137+ 'star_rating,pri,dedup,directory,config_name,minseason,maxseason,minyear,maxyear,owner,creator,comment,serieslink ' ,
11371138 sort : {
11381139 field : 'name' ,
11391140 direction : 'ASC'
0 commit comments