From 4f83e66cd4e00bfa225f54b2c314a3d42d09ca7a Mon Sep 17 00:00:00 2001 From: Dana Conrad Date: Sun, 18 Apr 2021 13:00:41 -0500 Subject: FS#13287 - Load a newly saved playlist and resume where it was Works from any playlist saving operation accessed from the While Playing Screen, all other playlist saving operations are unchanged. Now a user-selectable setting! Located in General Settings -> Playlists -> Current Playlist -> Reload After Saving (Yes/No) Change-Id: I5085c3f4c56c518a812d5ee015d15cc4dca19a28 --- apps/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index 5d6d4cb717..fedec8e025 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -576,6 +576,7 @@ struct user_settings bool constrain_next_folder; /* whether next_folder is constrained to directories within start_directory */ int recursive_dir_insert; /* should directories be inserted recursively */ + bool playlist_reload_after_save; /* reload and resume playlist after saving */ bool fade_on_stop; /* fade on pause/unpause/stop */ bool playlist_shuffle; bool warnon_erase_dynplaylist; /* warn when erasing dynamic playlist */ -- cgit v1.2.3