From 6edc65ef71072a5ebc519cecf267dbf457bee2a6 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 24 Sep 2011 22:15:17 +0000 Subject: WinGui: Some further fixes to the preset code. Plist import fixes. (Still need to update the imported to work with new settings) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4247 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Model/Preset.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'win/CS/HandBrake.ApplicationServices/Model') diff --git a/win/CS/HandBrake.ApplicationServices/Model/Preset.cs b/win/CS/HandBrake.ApplicationServices/Model/Preset.cs index eedf3f737..b9e52ca9f 100644 --- a/win/CS/HandBrake.ApplicationServices/Model/Preset.cs +++ b/win/CS/HandBrake.ApplicationServices/Model/Preset.cs @@ -50,6 +50,11 @@ namespace HandBrake.ApplicationServices.Model /// public bool IsDefault { get; set; } + /// + /// Gets or sets task. + /// + public EncodeTask Task { get; set; } + /// /// Override the ToString Method /// -- cgit v1.2.3