summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-01-23 16:29:24 +0000
committerritsuka <[email protected]>2015-01-23 16:29:24 +0000
commit757115d8e91180d9a548aa57c20dc01f4542ee7a (patch)
tree2af93d15299bf24b49a8457476ca4ade04f0c802 /macosx/HBJob.m
parent99afd6b79b54bdc3e05983ff86f03d59f46654ab (diff)
MacGui: expose a isStream and a timeCode properties in HBTitle.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6801 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBJob.m')
-rw-r--r--macosx/HBJob.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBJob.m b/macosx/HBJob.m
index 5bff37510..62000a9c2 100644
--- a/macosx/HBJob.m
+++ b/macosx/HBJob.m
@@ -27,7 +27,7 @@ NSString *HBContainerChangedNotification = @"HBContainerChangedNotificatio
NSParameterAssert(preset);
_title = title;
- _titleIdx = title.hb_title->index;
+ _titleIdx = title.index;
_fileURL = [[NSURL fileURLWithPath:@(title.hb_title->path)] retain];