From 1416dfbf622b443c309e299e0b1efd01646c8b37 Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 16 Apr 2011 21:01:37 +0200 Subject: get rid of some legacy events; update playlist grouping on metadata changes --- playlist.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index 3aa48b49..88d35c47 100644 --- a/playlist.h +++ b/playlist.h @@ -52,7 +52,7 @@ typedef struct playlist_s { struct playlist_s *next; int count[2]; float totaltime; - time_t modification_time; + int modification_idx; playItem_t *head[PL_MAX_ITERATORS]; // head of linked list playItem_t *tail[PL_MAX_ITERATORS]; // tail of linked list int current_row[PL_MAX_ITERATORS]; // current row (cursor) @@ -129,8 +129,8 @@ plt_set_title (playlist_t *plt, const char *title); void plt_modified (playlist_t *plt); -time_t -plt_get_modification_time (playlist_t *plt); +int +plt_get_modification_idx (playlist_t *plt); // moves playlist #from to position #to void -- cgit v1.2.3