projects
/
handbrake
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14b65e6
)
WinGui: Remove another exception for queue handling and just handle the condition...
author
sr55
<sr55.hb@outlook.com>
Fri, 15 Jul 2016 21:19:47 +0000
(22:19 +0100)
committer
sr55
<sr55.hb@outlook.com>
Fri, 15 Jul 2016 21:19:47 +0000
(22:19 +0100)
win/CS/HandBrakeWPF/Services/Queue/QueueProcessor.cs
patch
|
blob
|
history
diff --git
a/win/CS/HandBrakeWPF/Services/Queue/QueueProcessor.cs
b/win/CS/HandBrakeWPF/Services/Queue/QueueProcessor.cs
index 3e34bf69f627c66b3dddd2d9838d275f320b3ca5..afa167b9c27916bb441734be556378612f372ee9 100644
(file)
--- a/
win/CS/HandBrakeWPF/Services/Queue/QueueProcessor.cs
+++ b/
win/CS/HandBrakeWPF/Services/Queue/QueueProcessor.cs
@@
-505,7
+505,7
@@
namespace HandBrakeWPF.Services.Queue
{
\r
if (this.IsProcessing)
\r
{
\r
-
throw new Exception("Already Processing the Queue")
;
\r
+
return
;
\r
}
\r
\r
this.clearCompleted = isClearCompleted;
\r