summaryrefslogtreecommitdiffstats
path: root/macosx/HBTitle.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-08-14 07:21:48 +0200
committerDamiano Galassi <[email protected]>2019-08-14 07:21:48 +0200
commit4a710ddbff7f89bf96a993b8125e9d4e8d4a9fdf (patch)
treef50554ff272a23afef63ef802652235666045f2f /macosx/HBTitle.m
parentf733d04817f949554176aed401c505a950c054b9 (diff)
MacGui: fix an exception when reading an HBJob from disk; do not store previews image when scanning the title in the queue; set the log level immediately; improve progress info when the pass number is not set yet.
Diffstat (limited to 'macosx/HBTitle.m')
-rw-r--r--macosx/HBTitle.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HBTitle.m b/macosx/HBTitle.m
index 201214227..78bb097ae 100644
--- a/macosx/HBTitle.m
+++ b/macosx/HBTitle.m
@@ -73,7 +73,6 @@
_channelLayout = audio->in.channel_layout;
_isoLanguageCode = @(audio->lang.iso639_2);
-
}
return self;
}