From 05b8e93059778fafb922846a2f8b516db94deaf6 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 12 Dec 2010 19:48:14 +0100 Subject: added support for shuffle albums --- playlist.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index d8fdb6c9..bc429b23 100644 --- a/playlist.h +++ b/playlist.h @@ -349,4 +349,10 @@ pl_items_copy_junk (struct playItem_s *from, struct playItem_s *first, struct pl struct DB_metaInfo_s * pl_get_metadata (playItem_t *it); +void +pl_set_order (int order); + +int +pl_get_order (void); + #endif // __PLAYLIST_H -- cgit v1.2.3