summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2017-02-06 19:50:25 +0000
committersr55 <[email protected]>2017-02-06 19:50:25 +0000
commite25a17c020e5605a85afd1f537ef444166044b6c (patch)
treee6e1cd5463948c710eb3c4ec78a80335afa6a7e3 /win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
parent2ca4fe9b4105b627d7172898409fbb82f3d2ee19 (diff)
WinGui: Allow Title Specific Scan for DVD / Bluray Discs. Fixes #559
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs')
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
index 08e54214a..5b671c23d 100644
--- a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
@@ -2518,7 +2518,7 @@ namespace HandBrakeWPF.ViewModels
DriveInformation driveInfo = ((SourceMenuItem)item).Tag as DriveInformation;
if (driveInfo != null)
{
- this.StartScan(driveInfo.RootDirectory, 0);
+ this.StartScan(driveInfo.RootDirectory, this.TitleSpecificScan);
}
this.ShowSourceSelection = false;