diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Services/Queue/QueueService.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Services/Queue/QueueService.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Services/Queue/QueueService.cs b/win/CS/HandBrakeWPF/Services/Queue/QueueService.cs index 5db4af3f7..f4dc26fb0 100644 --- a/win/CS/HandBrakeWPF/Services/Queue/QueueService.cs +++ b/win/CS/HandBrakeWPF/Services/Queue/QueueService.cs @@ -410,6 +410,10 @@ namespace HandBrakeWPF.Services.Queue { this.ProcessNextJob(); } + else + { + this.IsProcessing = true; + } } public void Stop() |