summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index 4e7c2745b4..2edcaf3a03 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -703,6 +703,8 @@ int ft_enter(struct tree_context* c)
703 /* the resume_index must always be the index in the 703 /* the resume_index must always be the index in the
704 shuffled list in case shuffle is enabled */ 704 shuffled list in case shuffle is enabled */
705 global_status.resume_index = start_index; 705 global_status.resume_index = start_index;
706 global_status.resume_crc32 =
707 playlist_get_filename_crc32(NULL, start_index);
706 global_status.resume_offset = 0; 708 global_status.resume_offset = 0;
707 status_save(); 709 status_save();
708 rc = GO_TO_WPS; 710 rc = GO_TO_WPS;