From 606cdef1d0197611a42a914f54fef46aed69532a Mon Sep 17 00:00:00 2001 From: vspader Date: Sat, 28 Feb 2009 12:53:24 -0800 Subject: [PATCH] Fixed last commit. --- Playlist/PlaylistController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Playlist/PlaylistController.m b/Playlist/PlaylistController.m index f79f671ba..16263f11b 100644 --- a/Playlist/PlaylistController.m +++ b/Playlist/PlaylistController.m @@ -629,7 +629,7 @@ if (s == YES) [self resetShuffleList]; - [audioPlayer resetNextStreams]; + [playbackController playlistDidChange:self]; } - (BOOL)shuffle { @@ -638,7 +638,7 @@ - (void)setRepeat:(RepeatMode)r { [[NSUserDefaults standardUserDefaults] setInteger:r forKey:@"repeatMode"]; - [audioPlayer resetNextStreams]; + [playbackController playlistDidChange:self]; } - (RepeatMode)repeat {