From b4ffb2684f8660e59c238ce87ac7db5a3b88a876 Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Wed, 9 Oct 2013 02:08:35 -0700 Subject: [PATCH] Removed pause on startup, since it doesn't seem to have any effect --- Application/AppController.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Application/AppController.m b/Application/AppController.m index 2062797bf..aa6face88 100644 --- a/Application/AppController.m +++ b/Application/AppController.m @@ -259,8 +259,6 @@ increase/decrease as long as the user holds the left/right, plus/minus button */ { [playbackController playEntryAtIndex:lastIndex]; [playbackController seek:[NSNumber numberWithDouble:[[NSUserDefaults standardUserDefaults] floatForKey:@"lastTrackPosition"]]]; - if (lastStatus == kCogStatusPaused) - [playbackController pause:self]; } }