diff options
author | Damiano Galassi <[email protected]> | 2019-08-14 07:21:48 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-08-14 07:21:48 +0200 |
commit | 4a710ddbff7f89bf96a993b8125e9d4e8d4a9fdf (patch) | |
tree | f50554ff272a23afef63ef802652235666045f2f /macosx/HBTitle.m | |
parent | f733d04817f949554176aed401c505a950c054b9 (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.m | 1 |
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; } |