]> granicus.if.org Git - handbrake/commitdiff
WinGui: Change to the queue duplicate detection. It currently filters by "Waiting...
authorsr55 <sr55.hb@outlook.com>
Sat, 29 Apr 2017 18:28:12 +0000 (19:28 +0100)
committersr55 <sr55.hb@outlook.com>
Sat, 29 Apr 2017 18:28:12 +0000 (19:28 +0100)
win/CS/HandBrakeWPF/Services/Queue/QueueProcessor.cs

index f7e38d5e04938ba90e6d1f9541e93959ddafbb18..c19558b47bcaaacbf46a97bbc11710bc37770e31 100644 (file)
@@ -269,8 +269,7 @@ namespace HandBrakeWPF.Services.Queue
                 if (string.Equals(\r
                     job.Task.Destination,\r
                     destination.Replace("\\\\", "\\"),\r
-                    StringComparison.OrdinalIgnoreCase)\r
-                    && job.Status == QueueItemStatus.Waiting)\r
+                    StringComparison.OrdinalIgnoreCase))\r
                 {\r
                     return true;\r
                 }\r