diff --git a/src/rds.c b/src/rds.c index e0a981d..04ee6e8 100644 --- a/src/rds.c +++ b/src/rds.c @@ -384,4 +384,5 @@ void init_rds_encoder(RDSEncoder* enc) { lua_on_init(); } encoder_saveToFile(enc); + for(int i = 0; i < PROGRAMS; i++) reset_rds_state(enc, i); } \ No newline at end of file