summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-05-07 15:33:13 +0000
committerritsuka <[email protected]>2015-05-07 15:33:13 +0000
commit3217ba5b96189802755b90d098d29c2f900dfcbe (patch)
tree2ed1e4a7fbd497d0697664339e420e1801cbd990 /macosx/HBJob.m
parent878199667e6a7c79ff39b3d48127324fcf2c53ad (diff)
MacGui: wrap more hb_title properties in HBTitle.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7162 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 25ee5c130..6578c9710 100644
--- a/macosx/HBJob.m
+++ b/macosx/HBJob.m
@@ -36,7 +36,7 @@ NSString *HBChaptersChangedNotification = @"HBChaptersChangedNotification";
_titleIdx = title.index;
_name = [title.name copy];
- _fileURL = [NSURL fileURLWithPath:@(title.hb_title->path)];
+ _fileURL = title.url;
_container = HB_MUX_MP4;
_angle = 1;