From 2f061ec629aaf35dd2e119a859da0cb6c29b0ca3 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 25 Jan 2015 19:37:03 +0000 Subject: WinGui: Add XmlIgnore attribute to the Titles collection of the ScannedSource object to reduce the size of the Queue Exports. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6814 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Source.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win/CS') diff --git a/win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Source.cs b/win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Source.cs index 725c52c91..b1418d543 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Source.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Source.cs @@ -12,6 +12,7 @@ namespace HandBrake.ApplicationServices.Services.Scan.Model using System; using System.Collections.Generic; using System.Runtime.Serialization; + using System.Xml.Serialization; /// /// An object representing a scanned DVD @@ -39,6 +40,7 @@ namespace HandBrake.ApplicationServices.Services.Scan.Model /// Gets or sets Titles. A list of titles from the source /// [DataMember] + [XmlIgnore] public List Titles { get; set; } /// <summary> -- cgit v1.2.3