mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 12:53:53 +01:00
smarts
This commit is contained in:
@@ -394,6 +394,9 @@ int get_rds_user_oda_group_content(RDSEncoder* enc, RDSGroup *group) {
|
|||||||
|
|
||||||
if (oda_state->odas[current_idx].lua_handler != 0) {
|
if (oda_state->odas[current_idx].lua_handler != 0) {
|
||||||
lua_group_ref(group, oda_state->odas[current_idx].lua_handler);
|
lua_group_ref(group, oda_state->odas[current_idx].lua_handler);
|
||||||
|
group->b |= oda_state->odas[current_idx].group << 12;
|
||||||
|
group->b |= oda_state->odas[current_idx].group_version << 11;
|
||||||
|
group->is_type_b = (IS_TYPE_B(group->b) != 0);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user