summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/session_state.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index 8b3e164884..ed0ab27e06 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -4159,7 +4159,9 @@ Session::config_changed (std::string p, bool ours)
} else if (p == "timecode-generator-offset") {
ltc_tx_parse_offset();
} else if (p == "auto-return-target-list") {
- follow_playhead_priority ();
+ if (!loading()) {
+ follow_playhead_priority ();
+ }
} else if (p == "use-monitor-bus") {
/* NB. This is always called when constructing a session,
* after restoring session state (if any),