diff --git a/AppController.m b/AppController.m index 3de231139..f3386b7de 100644 --- a/AppController.m +++ b/AppController.m @@ -204,7 +204,9 @@ increase/decrease as long as the user holds the left/right, plus/minus button */ [self registerHotKeys]; //Init Remote - + if (![[[[NSUserDefaultsController sharedUserDefaultsController] defaults] objectForKey:@"remoteOnlyOnActive"] boolValue]) { + [remote startListening:self]; + } NSString *filename = @"~/Library/Application Support/Cog/Default.playlist";