Removed pause on startup, since it doesn't seem to have any effect
This commit is contained in:
parent
3e579801a1
commit
b4ffb2684f
1 changed files with 0 additions and 2 deletions
|
@ -259,8 +259,6 @@ increase/decrease as long as the user holds the left/right, plus/minus button */
|
||||||
{
|
{
|
||||||
[playbackController playEntryAtIndex:lastIndex];
|
[playbackController playEntryAtIndex:lastIndex];
|
||||||
[playbackController seek:[NSNumber numberWithDouble:[[NSUserDefaults standardUserDefaults] floatForKey:@"lastTrackPosition"]]];
|
[playbackController seek:[NSNumber numberWithDouble:[[NSUserDefaults standardUserDefaults] floatForKey:@"lastTrackPosition"]]];
|
||||||
if (lastStatus == kCogStatusPaused)
|
|
||||||
[playbackController pause:self];
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue