summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-05-20 14:36:50 +0200
committerGravatar waker <wakeroid@gmail.com>2011-05-20 14:36:50 +0200
commite428b96440c7f0bf43aae8ff47b5c3bd05c47025 (patch)
treeccf3be8e89d3ea60a9099c1b56cba0f0020ecf3c /playlist.h
parent4c6ee7ff8dcb31d07f4c8f012e8338a17ecbb119 (diff)
in shuffle albums mode, skip previous album tracks if user selects track manually
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h6
1 files changed, 3 insertions, 3 deletions
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