diff --git a/Playlist/PlaylistView.m b/Playlist/PlaylistView.m index c6ac45e64..d4fe92298 100644 --- a/Playlist/PlaylistView.m +++ b/Playlist/PlaylistView.m @@ -258,7 +258,7 @@ - (IBAction)scrollToCurrentEntry:(id)sender { - [self scrollRowToVisible:[(NSNumber *)[[playlistController currentEntry] index] intValue]-10]; + [self scrollRowToVisible:[(NSNumber *)[[playlistController currentEntry] index] intValue]]; [self selectRow:[(NSNumber *)[[playlistController currentEntry] index] intValue] byExtendingSelection:NO]; }