]> granicus.if.org Git - handbrake/commitdiff
WinGui: Remove another exception for queue handling and just handle the condition...
authorsr55 <sr55.hb@outlook.com>
Fri, 15 Jul 2016 21:19:47 +0000 (22:19 +0100)
committersr55 <sr55.hb@outlook.com>
Fri, 15 Jul 2016 21:19:47 +0000 (22:19 +0100)
win/CS/HandBrakeWPF/Services/Queue/QueueProcessor.cs

index 3e34bf69f627c66b3dddd2d9838d275f320b3ca5..afa167b9c27916bb441734be556378612f372ee9 100644 (file)
@@ -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