diff --git a/NSSoundPlayer.m b/NSSoundPlayer.m index 1b6fe4e..d141a8e 100644 --- a/NSSoundPlayer.m +++ b/NSSoundPlayer.m @@ -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];