summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2015-01-27 21:23:57 +0000
committersr55 <[email protected]>2015-01-27 21:23:57 +0000
commit12def0ed27098092a7a998eaa29886770071a2b4 (patch)
tree3f4f47992d4f5eca884c3cb90e7ee779d4c089ba /win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs
parent11eabcf6e929b316ccc3509d73ab176beca2522f (diff)
WinGui:
- Fixes to Disk logging. - Improvements to Queue Item tooltip. - Queue will no longer pause if an encode fails. It will move onto the next item and try that. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6822 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs b/win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs
index ab1b4c2cb..991b2132e 100644
--- a/win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs
+++ b/win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs
@@ -488,12 +488,8 @@ namespace HandBrake.ApplicationServices.Services
if (!e.Successful)
{
this.LastProcessedJob.Status = QueueItemStatus.Error;
- this.Pause();
}
- // Handling Log Data
- this.EncodeService.ProcessLogs(this.LastProcessedJob.Task.Destination, this.LastProcessedJob.Configuration);
-
// Move onto the next job.
if (this.IsProcessing)
{