summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index b9b257e093..2cbc8acf1d 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1105,6 +1105,8 @@ bool bookmark_play(char *resume_file, int index, unsigned long elapsed,
1105 { 1105 {
1106 if (global_settings.playlist_shuffle) 1106 if (global_settings.playlist_shuffle)
1107 playlist_shuffle(seed, -1); 1107 playlist_shuffle(seed, -1);
1108
1109 playlist_set_modified(NULL, false);
1108 playlist_start(index, elapsed, offset); 1110 playlist_start(index, elapsed, offset);
1109 started = true; 1111 started = true;
1110 } 1112 }
@@ -1156,6 +1158,8 @@ bool bookmark_play(char *resume_file, int index, unsigned long elapsed,
1156 else 1158 else
1157 return false; 1159 return false;
1158 } 1160 }
1161
1162 playlist_set_modified(NULL, false);
1159 playlist_start(index, elapsed, offset); 1163 playlist_start(index, elapsed, offset);
1160 started = true; 1164 started = true;
1161 } 1165 }