summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrake.ApplicationServices/Model
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/Model')
-rw-r--r--win/C#/HandBrake.ApplicationServices/Model/Job.cs17
1 files changed, 1 insertions, 16 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/Model/Job.cs b/win/C#/HandBrake.ApplicationServices/Model/Job.cs
index a18a6117c..536069153 100644
--- a/win/C#/HandBrake.ApplicationServices/Model/Job.cs
+++ b/win/C#/HandBrake.ApplicationServices/Model/Job.cs
@@ -11,11 +11,6 @@ namespace HandBrake.ApplicationServices.Model
public class Job
{
/// <summary>
- /// the CLI Query.
- /// </summary>
- private string query;
-
- /// <summary>
/// Gets or sets the job ID.
/// </summary>
public int Id { get; set; }
@@ -28,17 +23,7 @@ namespace HandBrake.ApplicationServices.Model
/// <summary>
/// Gets or sets the query string.
/// </summary>
- public string Query
- {
- get
- {
- return this.query.Replace("\\\"", "\"").Replace("\\\\", "\\");
- }
- set
- {
- this.query = value;
- }
- }
+ public string Query { get; set; }
/// <summary>
/// Gets or sets a value indicating whether if this is a user or GUI generated query