0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00
This commit is contained in:
2025-12-29 10:01:45 +01:00
parent 26e151a6b6
commit 936a9a356c

View File

@@ -153,11 +153,8 @@ function load_station_logo(path, id, crc)
_Rft_last_id = id _Rft_last_id = id
end end
local _old_on_state_oda_rds2 = on_state local _old_on_state_oda_rft = on_state
function on_state() function on_state()
stop_rft() stop_rft()
_RDS2_ODAs = {} if type(_old_on_state_oda_rft) == "function" then _old_on_state_oda_rft() end
_RDS2_ODA_aid = 0
_RDS2_ODA_pointer = 1
if type(_old_on_state_oda_rds2) == "function" then _old_on_state_oda_rds2() end
end end