diff options
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Interop/Json/State/Working.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Interop/Json/State/Working.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Json/State/Working.cs b/win/CS/HandBrake.ApplicationServices/Interop/Json/State/Working.cs index 9aaebf690..dfc301b10 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/Json/State/Working.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/Json/State/Working.cs @@ -22,12 +22,12 @@ namespace HandBrake.ApplicationServices.Interop.Json.State /// <summary>
/// Gets or sets the job.
/// </summary>
- public int Job { get; set; }
+ public int Pass { get; set; }
/// <summary>
/// Gets or sets the job count.
/// </summary>
- public int JobCount { get; set; }
+ public int PassCount { get; set; }
/// <summary>
/// Gets or sets the minutes.
|