summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBQueueController.m')
-rw-r--r--macosx/HBQueueController.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/HBQueueController.m b/macosx/HBQueueController.m
index 4d0905dc1..13261cf67 100644
--- a/macosx/HBQueueController.m
+++ b/macosx/HBQueueController.m
@@ -77,8 +77,7 @@
int loggingLevel = [[[NSUserDefaults standardUserDefaults] objectForKey:@"LoggingLevel"] intValue];
// Init a separate instance of libhb for the queue
- _core = [[HBCore alloc] initWithLoggingLevel:loggingLevel];
- _core.name = @"QueueCore";
+ _core = [[HBCore alloc] initWithLogLevel:loggingLevel name:@"QueueCore"];
[self loadQueueFile];
}