diff options
author | sr55 <[email protected]> | 2010-04-18 16:23:40 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-04-18 16:23:40 +0000 |
commit | a82bdb07077d06ef764a25a66eb04ade46fa12ea (patch) | |
tree | 8b2ddc3f2c1d4b2c2790bd75ba7c73aaf331a6b9 /win/C#/Model | |
parent | f0761065a31f0921c289085f3e41e583640cef65 (diff) |
WinGui:
- Queue Edit now only scans the title that was added rather than all titles.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3241 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Model')
-rw-r--r-- | win/C#/Model/Job.cs | 5 |
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; }
|