diff --git a/Application/PlaybackController.m b/Application/PlaybackController.m index 0d1090056..7dd851000 100644 --- a/Application/PlaybackController.m +++ b/Application/PlaybackController.m @@ -130,6 +130,8 @@ NSString *CogPlaybackDidStopNotficiation = @"CogPlaybackDidStopNotficiation"; - (IBAction)stop:(id)sender { [[NSUserDefaults standardUserDefaults] setInteger:CogStatusStopped forKey:@"lastPlaybackStatus"]; + + [self audioPlayer:audioPlayer removeEqualizer:_eq]; [audioPlayer stop];