aboutsummaryrefslogtreecommitdiffstats
path: root/src/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state.c b/src/state.c
index d0c04e4..8401252 100644
--- a/src/state.c
+++ b/src/state.c
@@ -190,6 +190,7 @@ jalv_apply_state(Jalv* jalv, LilvState* state)
lilv_state_restore(
state, jalv->instance, set_port_value, jalv, 0, NULL);
+ jalv->state_changed = true;
if (must_pause) {
jalv->play_state = JALV_RUNNING;
}