diff options
author | sr55 <[email protected]> | 2016-04-23 17:33:38 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2016-04-23 17:33:38 +0100 |
commit | 59853dd5e1f2b504167340fa11c79febe18b8f34 (patch) | |
tree | 598875905e7065207bebefde6860bd76c9b101c4 /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | 4d23e1dff4bb63575e586a8da8793891fa67bad4 (diff) |
WinGui: If you invoke HandBrake.exe with "--auto-start-queue" it will automatically start the queue and not prompt to recover the queue.
Behaviour Change: When reloading the queue, any job that is "In progress" will be marked as "Error" now. We don't know if HandBrake crashed or the system restarted. This avoids any crash -> restart loops that may occur. This allows HandBrake to get on with the rest of the queue until the user can action the failed encode.
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 358c1109c..3a89ceda1 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -237,6 +237,7 @@ <Compile Include="Services\Scan\Model\Subtitle.cs" />
<Compile Include="Services\Scan\Model\Title.cs" />
<Compile Include="Services\UserSettingService.cs" />
+ <Compile Include="Startup\StartupOptions.cs" />
<Compile Include="Utilities\AppcastReader.cs" />
<Compile Include="Utilities\DelayedActionProcessor.cs" />
<Compile Include="Utilities\DPIAwareness.cs" />
|