summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/playlist.h b/playlist.h
index 9328dcca..44149aba 100644
--- a/playlist.h
+++ b/playlist.h
@@ -62,6 +62,7 @@ typedef struct playlist_s {
int count[2];
float totaltime;
int modification_idx;
+ int last_save_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)