summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/session.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index ae755720ad..86e55845e4 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -1378,7 +1378,7 @@ Session::audible_frame () const
nframes_t offset;
nframes_t tf;
- if (_transport_speed == 0.0f) {
+ if (_transport_speed == 0.0f && non_realtime_work_pending()) {
return last_stop_frame;
}