From d20071def023b9ddac34559951871e037bd59785 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Fri, 22 Apr 2022 19:26:37 +0100 Subject: apps: Add "keep current track when replacing playlist" setting Add a setting that makes Play and Play Shuffled in the playlist context menu leave the current song (if any) playing when they replace the playlist. Default to on, since this was the behavior of the old "Clear List & Play Next" option. Change-Id: I1340aed5c28bb3244e36d0953b3308ae59681c97 --- 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 53d7d35cae..9af8e27e5e 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -607,6 +607,7 @@ struct user_settings bool fade_on_stop; /* fade on pause/unpause/stop */ bool playlist_shuffle; bool warnon_erase_dynplaylist; /* warn when erasing dynamic playlist */ + bool keep_current_track_on_replace_playlist; bool show_shuffled_adding_options; /* whether to display options for adding shuffled tracks to dynamic playlist */ int show_queue_options; /* how and whether to display options to queue tracks */ #ifdef HAVE_ALBUMART -- cgit v1.2.3