diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Model/UpdateCheckInformation.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Model/UpdateCheckInformation.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Model/UpdateCheckInformation.cs b/win/CS/HandBrakeWPF/Model/UpdateCheckInformation.cs index bc49a2ee3..61c2bd36e 100644 --- a/win/CS/HandBrakeWPF/Model/UpdateCheckInformation.cs +++ b/win/CS/HandBrakeWPF/Model/UpdateCheckInformation.cs @@ -53,5 +53,10 @@ namespace HandBrakeWPF.Model /// Gets or sets the error that occurred, if any. This will be null if no error occured.
/// </summary>
public Exception Error { get; set; }
+
+ /// <summary>
+ /// Gets or sets the expected sh a 1 hash.
+ /// </summary>
+ public string ExpectedSHA1Hash { get; set; }
}
}
|