summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob.m
diff options
context:
space:
mode:
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;