Skip to content

Commit

Permalink
Fix to pause shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Snape committed Mar 10, 2010
1 parent 405fb06 commit c1cc8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NSSoundPlayer.m
Expand Up @@ -64,7 +64,7 @@ - (void)play {
_next = [_files objectAtIndex:_trackNumber];
NSLog(_next);

[_player displayInfo];
[self displayInfo];

[_files removeObjectAtIndex:_trackNumber];
_sound = [[NSSound alloc] initWithContentsOfFile:_next byReference:NO];
Expand Down

0 comments on commit c1cc8f7

Please sign in to comment.