From fa74388f8e5a42a400daba5ecff61e856d04e6c2 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 12 Dec 2014 20:59:12 +0000 Subject: WinGui: Switching the preset format over to JSON and adding a container object for the presets which should make the archiving of presets when the app is unable to load them a bit more reliable. The app will try and bring forward the settings it can, but will not migrate ones it can't. Backup your presets before updating to this build incase something goes wrong! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6599 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs') diff --git a/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs b/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs index 75e2bb1b3..992d15a8a 100644 --- a/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs +++ b/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs @@ -19,6 +19,8 @@ namespace HandBrake.ApplicationServices.Model.Encoding using HandBrake.ApplicationServices.Utilities; using HandBrake.Interop.Model.Encoding; + using Newtonsoft.Json; + /// /// An Audio Track for the Audio Panel /// @@ -377,6 +379,7 @@ namespace HandBrake.ApplicationServices.Model.Encoding /// /// Gets TrackReference. /// + [JsonIgnore] public AudioTrack TrackReference { get { return this; } -- cgit v1.2.3