From f8c87e6c508f34d783272370ef7de92b480147da Mon Sep 17 00:00:00 2001 From: Hardeep Sidhu Date: Mon, 26 Aug 2002 08:25:52 +0000 Subject: When toggling shuffle from on to off while a playlist is playing, update the current playlist index to the new index of the current song git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1977 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/playlist.h') diff --git a/apps/playlist.h b/apps/playlist.h index 86de8265c9..5abeec3176 100644 --- a/apps/playlist.h +++ b/apps/playlist.h @@ -44,7 +44,7 @@ int play_list(char *dir, char *file, int start_index, bool shuffled_index, int start_offset, int random_seed ); char* playlist_next(int steps, int* id); void randomise_playlist( unsigned int seed ); -void sort_playlist(void); +void sort_playlist(bool start_current); void empty_playlist(void); void add_indices_to_playlist(void); void playlist_clear(void); -- cgit v1.2.3