diff options
author | sr55 <[email protected]> | 2018-08-13 20:03:21 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-08-13 20:03:36 +0100 |
commit | 223dc7bd007bfd665948f7e11a9f4681d580cb35 (patch) | |
tree | 555d05cf996ed38f3da083749b0c1711def98aec /win/CS/HandBrakeWPF/Services/UpdateService.cs | |
parent | d2fc28fc9adfc3da47659cc65e2695c7569ac4c2 (diff) |
WinGui: Minor code tidyup.
Diffstat (limited to 'win/CS/HandBrakeWPF/Services/UpdateService.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Services/UpdateService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Services/UpdateService.cs b/win/CS/HandBrakeWPF/Services/UpdateService.cs index 6a2a289a9..64c909f4d 100644 --- a/win/CS/HandBrakeWPF/Services/UpdateService.cs +++ b/win/CS/HandBrakeWPF/Services/UpdateService.cs @@ -109,7 +109,7 @@ namespace HandBrakeWPF.Services url = Constants.AppcastUnstable64;
}
- var currentBuild = HandBrakeUtils.Build;
+ var currentBuild = VersionHelper.Build;
// Fetch the Appcast from our server.
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url);
|