diff options
Diffstat (limited to 'apps/tree.c')
-rw-r--r-- | apps/tree.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/tree.c b/apps/tree.c index 2cbc8acf1d..8fa5f168fd 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -1106,7 +1106,6 @@ bool bookmark_play(char *resume_file, int index, unsigned long elapsed, if (global_settings.playlist_shuffle) playlist_shuffle(seed, -1); - playlist_set_modified(NULL, false); playlist_start(index, elapsed, offset); started = true; } @@ -1159,7 +1158,6 @@ bool bookmark_play(char *resume_file, int index, unsigned long elapsed, return false; } - playlist_set_modified(NULL, false); playlist_start(index, elapsed, offset); started = true; } |