Equalizer: Remove equalizer from window, thus saving settings, on stop or shutdown
Fixes #204CQTexperiment
parent
51caf3f4e3
commit
fe4e17a4a0
|
@ -131,6 +131,8 @@ NSString *CogPlaybackDidStopNotficiation = @"CogPlaybackDidStopNotficiation";
|
|||
{
|
||||
[[NSUserDefaults standardUserDefaults] setInteger:CogStatusStopped forKey:@"lastPlaybackStatus"];
|
||||
|
||||
[self audioPlayer:audioPlayer removeEqualizer:_eq];
|
||||
|
||||
[audioPlayer stop];
|
||||
|
||||
[self sendMetaData];
|
||||
|
|
Loading…
Reference in New Issue