summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.mm
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBQueueController.mm')
-rw-r--r--macosx/HBQueueController.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBQueueController.mm b/macosx/HBQueueController.mm
index 205a6a5a2..3070aedbf 100644
--- a/macosx/HBQueueController.mm
+++ b/macosx/HBQueueController.mm
@@ -748,7 +748,7 @@
{
passesString = [passesString stringByAppendingString:@"1 Foreign Language Search Pass - "];
}
- if (job.video.twoPass == YES)
+ if (job.video.qualityType == 1 || job.video.twoPass == NO)
{
passesString = [passesString stringByAppendingString:@"1 Video Pass"];
}