diff options
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/Services/Scan.cs')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/Services/Scan.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/Services/Scan.cs b/win/C#/HandBrake.ApplicationServices/Services/Scan.cs index 04c35e36f..da8d34f7c 100644 --- a/win/C#/HandBrake.ApplicationServices/Services/Scan.cs +++ b/win/C#/HandBrake.ApplicationServices/Services/Scan.cs @@ -161,7 +161,7 @@ namespace HandBrake.ApplicationServices.Services File.Delete(dvdInfoPath);
string extraArguments = string.Empty;
- if (Properties.Settings.Default.disableDvdNav)
+ if (Init.DisableDvdNav)
extraArguments = " --no-dvdnav";
if (title > 0)
|