Skip to content

Commit

Permalink
WinGui: Remove another exception for queue handling and just handle t…
Browse files Browse the repository at this point in the history
…he condition appropriately HandBrake#211
  • Loading branch information
sr55 committed Jul 15, 2016
1 parent 14b65e6 commit dc3b72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/CS/HandBrakeWPF/Services/Queue/QueueProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ public void Start(bool isClearCompleted)
{
if (this.IsProcessing)
{
throw new Exception("Already Processing the Queue");
return;
}

this.clearCompleted = isClearCompleted;
Expand Down

0 comments on commit dc3b72e

Please sign in to comment.