summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
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,
1106 if (global_settings.playlist_shuffle) 1106 if (global_settings.playlist_shuffle)
1107 playlist_shuffle(seed, -1); 1107 playlist_shuffle(seed, -1);
1108 1108
1109 playlist_set_modified(NULL, false);
1110 playlist_start(index, elapsed, offset); 1109 playlist_start(index, elapsed, offset);
1111 started = true; 1110 started = true;
1112 } 1111 }
@@ -1159,7 +1158,6 @@ bool bookmark_play(char *resume_file, int index, unsigned long elapsed,
1159 return false; 1158 return false;
1160 } 1159 }
1161 1160
1162 playlist_set_modified(NULL, false);
1163 playlist_start(index, elapsed, offset); 1161 playlist_start(index, elapsed, offset);
1164 started = true; 1162 started = true;
1165 } 1163 }