From e428b96440c7f0bf43aae8ff47b5c3bd05c47025 Mon Sep 17 00:00:00 2001 From: waker Date: Fri, 20 May 2011 14:36:50 +0200 Subject: in shuffle albums mode, skip previous album tracks if user selects track manually --- playlist.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index 3bde133c..23f74459 100644 --- a/playlist.h +++ b/playlist.h @@ -304,9 +304,6 @@ pl_select_all (void); void plt_reshuffle (playlist_t *playlist, playItem_t **ppmin, playItem_t **ppmax); -void -pl_reshuffle (playItem_t **ppmin, playItem_t **ppmax); - // required to calculate total playtime void plt_set_item_duration (playlist_t *playlist, playItem_t *it, float duration); @@ -437,4 +434,7 @@ pl_get_order (void); playlist_t * pl_get_playlist (playItem_t *it); +void +plt_init_shuffle_albums (playlist_t *plt, int r); + #endif // __PLAYLIST_H -- cgit v1.2.3