summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-08-13 20:03:21 +0100
committersr55 <[email protected]>2018-08-13 20:03:36 +0100
commit223dc7bd007bfd665948f7e11a9f4681d580cb35 (patch)
tree555d05cf996ed38f3da083749b0c1711def98aec /win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs
parentd2fc28fc9adfc3da47659cc65e2695c7569ac4c2 (diff)
WinGui: Minor code tidyup.
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs')
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs
index bbb60f878..7989cd85a 100644
--- a/win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs
@@ -150,7 +150,7 @@ namespace HandBrakeWPF.ViewModels
this.Duration = 30;
this.CanPlay = true;
- UseSystemDefaultPlayer = userSettingService.GetUserSetting<bool>(UserSettingConstants.DefaultPlayer);
+ this.useSystemDefaultPlayer = userSettingService.GetUserSetting<bool>(UserSettingConstants.DefaultPlayer);
this.Duration = userSettingService.GetUserSetting<int>(UserSettingConstants.LastPreviewDuration, typeof(int));
}