summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index cd020d0a51..10174dbb31 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -572,9 +572,9 @@ int ft_enter(struct tree_context* c)
572 if ( play ) { 572 if ( play ) {
573 /* the resume_index must always be the index in the 573 /* the resume_index must always be the index in the
574 shuffled list in case shuffle is enabled */ 574 shuffled list in case shuffle is enabled */
575 global_settings.resume_index = start_index; 575 global_status.resume_index = start_index;
576 global_settings.resume_offset = 0; 576 global_status.resume_offset = 0;
577 settings_save(); 577 status_save();
578 578
579 start_wps = true; 579 start_wps = true;
580 } 580 }