mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-16 21:16:24 -04:00
New: Command line arguments for Custom Scripts are no longer supported
This commit is contained in:
@@ -15,10 +15,11 @@ namespace Lidarr.Http.ClientSchema
|
||||
public bool Advanced { get; set; }
|
||||
public List<SelectOption> SelectOptions { get; set; }
|
||||
public string Section { get; set; }
|
||||
public string Hidden { get; set; }
|
||||
|
||||
public Field Clone()
|
||||
{
|
||||
return (Field) MemberwiseClone();
|
||||
return (Field)MemberwiseClone();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user