summaryrefslogtreecommitdiffstats
path: root/apps/settings.h
diff options
context:
space:
mode:
authorDana Conrad <dconrad@fastmail.com>2021-04-18 13:00:41 -0500
committerSolomon Peachy <pizza@shaftnet.org>2021-05-03 20:10:27 +0000
commit4f83e66cd4e00bfa225f54b2c314a3d42d09ca7a (patch)
tree186717c39b55272249efc681091912a49e4872f2 /apps/settings.h
parent49edfc237ba9ae27eee5e915e86989d9ee01b1da (diff)
downloadrockbox-4f83e66cd4e00bfa225f54b2c314a3d42d09ca7a.tar.gz
rockbox-4f83e66cd4e00bfa225f54b2c314a3d42d09ca7a.zip
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
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
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 */