diff --git a/Playlist/PlaylistController.m b/Playlist/PlaylistController.m index 52b9d02de..0cf0bbf76 100644 --- a/Playlist/PlaylistController.m +++ b/Playlist/PlaylistController.m @@ -638,7 +638,7 @@ [currentEntry setCurrent:NO]; [pe setCurrent:YES]; - [tableView scrollRowToVisible:([(PlaylistEntry *)pe index]-1)]; + [tableView scrollRowToVisible:[(PlaylistEntry *)pe index]]; [pe retain]; [currentEntry release];