]> granicus.if.org Git - handbrake/commitdiff
WinGui: Allow Title Specific Scan for DVD / Bluray Discs. Fixes #559
authorsr55 <sr55.hb@outlook.com>
Mon, 6 Feb 2017 19:50:25 +0000 (19:50 +0000)
committersr55 <sr55.hb@outlook.com>
Mon, 6 Feb 2017 19:50:25 +0000 (19:50 +0000)
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs

index 08e54214a8d381746df7d04f7f25ebf34e7632b1..5b671c23db3562a1f4db0b491289a2770d7ec35c 100644 (file)
@@ -2518,7 +2518,7 @@ namespace HandBrakeWPF.ViewModels
                     DriveInformation driveInfo = ((SourceMenuItem)item).Tag as DriveInformation;\r
                     if (driveInfo != null)\r
                     {\r
-                        this.StartScan(driveInfo.RootDirectory, 0);\r
+                        this.StartScan(driveInfo.RootDirectory, this.TitleSpecificScan);\r
                     }\r
 \r
                     this.ShowSourceSelection = false;\r