This commit is contained in:
2025-12-24 23:16:10 +01:00
parent c085cb52c5
commit a3fd1a5462
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -414,5 +414,6 @@ void init_rds_encoder(RDSEncoder* enc) {
}
for(int i = 0; i < PROGRAMS; i++) reset_rds_state(enc, i);
lua_call_function("on_start");
lua_call_function("on_state");
encoder_saveToFile(enc);
}