New: Advanced settings for Application category control

This commit is contained in:
Qstick
2021-09-03 14:50:03 -04:00
parent 5a3d429d52
commit 34a09af01e
8 changed files with 68 additions and 12 deletions
@@ -6,5 +6,6 @@ namespace NzbDrone.Core.Annotations
public string Name { get; set; }
public int Order { get; set; }
public string Hint { get; set; }
public int? ParentValue { get; set; }
}
}