summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-06-12 22:08:19 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-06-12 22:09:00 +0200
commita46e39c5bc58d77a376652fe7f85f9c5b3b8e67b (patch)
treeda93ae83f697e02856c4ede4441f9c1ce0ebc25b /playlist.h
parent9dc48204208b22b998c981da4840951db6daf731 (diff)
pl_save_all won't save unmodified playlists
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)