From 757115d8e91180d9a548aa57c20dc01f4542ee7a Mon Sep 17 00:00:00 2001 From: ritsuka Date: Fri, 23 Jan 2015 16:29:24 +0000 Subject: 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 --- macosx/HBController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBController.m') diff --git a/macosx/HBController.m b/macosx/HBController.m index 68620c4dc..e9a884c98 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -834,7 +834,7 @@ } // If we are a stream type and a batch scan, grok the output file name from title->name upon title change - if ((title.hb_title->type == HB_STREAM_TYPE || title.hb_title->type == HB_FF_STREAM_TYPE) && self.core.titles.count > 1) + if (title.isStream && self.core.titles.count > 1) { // Change the source to read out the parent folder also fSrcDVD2Field.stringValue = [NSString stringWithFormat:@"%@/%@", self.browsedSourceDisplayName, title.name]; -- cgit v1.2.3