mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
New: Command line arguments for Custom Scripts are no longer supported
This commit is contained in:
@@ -19,6 +19,7 @@ namespace NzbDrone.Core.Annotations
|
||||
public bool Advanced { get; set; }
|
||||
public Type SelectOptions { get; set; }
|
||||
public string Section { get; set; }
|
||||
public HiddenType Hidden { get; set; }
|
||||
}
|
||||
|
||||
public enum FieldType
|
||||
@@ -30,7 +31,6 @@ namespace NzbDrone.Core.Annotations
|
||||
Select,
|
||||
Path,
|
||||
FilePath,
|
||||
Hidden,
|
||||
Tag,
|
||||
Action,
|
||||
Url,
|
||||
@@ -38,4 +38,11 @@ namespace NzbDrone.Core.Annotations
|
||||
OAuth,
|
||||
Device
|
||||
}
|
||||
|
||||
public enum HiddenType
|
||||
{
|
||||
Visible,
|
||||
Hidden,
|
||||
HiddenIfNotSet
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user