From a46e39c5bc58d77a376652fe7f85f9c5b3b8e67b Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 12 Jun 2014 22:08:19 +0200 Subject: pl_save_all won't save unmodified playlists --- playlist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'playlist.h') 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) -- cgit v1.2.3