We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7a6f1 commit e73cd08Copy full SHA for e73cd08
MainForm.cs
@@ -399,8 +399,8 @@ private async Task InstallFFmpegAsync()
399
progressBar.Value = 10;
400
401
// Step 2: Download FFmpeg
402
- var buildInfo = BuildInfos[selectedBuildType];
403
- UpdateStatus($"Downloading FFmpeg ({buildInfo.Name} build)...");
+ var currentBuild = BuildInfos[selectedBuildType];
+ UpdateStatus($"Downloading FFmpeg ({currentBuild.Name} build)...");
404
await DownloadFFmpegAsync();
405
progressBar.Value = 40;
406
0 commit comments