summaryrefslogtreecommitdiffstats
path: root/win/C#/Model/Job.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Model/Job.cs')
-rw-r--r--win/C#/Model/Job.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/C#/Model/Job.cs b/win/C#/Model/Job.cs
index bd8888e58..a2ccc00bf 100644
--- a/win/C#/Model/Job.cs
+++ b/win/C#/Model/Job.cs
@@ -17,6 +17,11 @@ namespace Handbrake.Model
public int Id { get; set; }
/// <summary>
+ /// Gets or sets the selected Title.
+ /// </summary>
+ public int Title { get; set; }
+
+ /// <summary>
/// Gets or sets the query string.
/// </summary>
public string Query { get; set; }