diff options
Diffstat (limited to 'win/CS/frmMain.cs')
-rw-r--r-- | win/CS/frmMain.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/CS/frmMain.cs b/win/CS/frmMain.cs index 63623343d..6687dd540 100644 --- a/win/CS/frmMain.cs +++ b/win/CS/frmMain.cs @@ -2209,8 +2209,9 @@ namespace Handbrake // Now load the preset
PresetLoader.LoadPreset(this, preset);
+ this.AudioSettings.LoadTracks(queueEdit.Task.AudioTracks);
- // Set the destination path
+ // Set the destination path);
this.text_destination.Text = queueEdit.Destination;
// The x264 widgets will need updated, so do this now:
|