summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rw-r--r--macosx/HBQueueController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBQueueController.m b/macosx/HBQueueController.m
index c54f707b7..74b3ffd5d 100644
--- a/macosx/HBQueueController.m
+++ b/macosx/HBQueueController.m
@@ -1295,6 +1295,7 @@
{
// Now that source is loaded and settings applied, delete the queue item from the queue
NSInteger index = [self.jobs indexOfObject:job];
+ job.state = HBJobStateReady;
[self removeQueueItemAtIndex:index];
}
else