summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices
diff options
context:
space:
mode:
authorsr55 <[email protected]>2017-06-07 20:31:46 +0100
committersr55 <[email protected]>2017-06-07 20:31:46 +0100
commite2632a1177355ad0d502c06c288bdad4e01c0b35 (patch)
tree91c2a577f8e7e0e8d87bbd4ebb77f360aa2985bd /win/CS/HandBrake.ApplicationServices
parent8750a04ef458722e8c4c9b3a3af3ddfec9835619 (diff)
WinGui: Support importing preset categories that can be exported from the MacGUI. Also fix a few minor bugs in the preset factory.
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/PresetCategory.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/PresetCategory.cs b/win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/PresetCategory.cs
index 799ea0876..182772106 100644
--- a/win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/PresetCategory.cs
+++ b/win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/PresetCategory.cs
@@ -32,6 +32,11 @@ namespace HandBrake.ApplicationServices.Interop.Json.Presets
public string PresetName { get; set; }
/// <summary>
+ /// Description for the preset group.
+ /// </summary>
+ public string PresetDescription { get; set; }
+
+ /// <summary>
/// Gets or sets the type.
/// </summary>
public int Type { get; set; }