m-lua-scripting/pod: s/id_type/object_id/ as commented on !125

This commit is contained in:
George Kiagiadakis
2021-02-23 12:47:24 +02:00
parent bd65f9578d
commit 5302700c6d
2 changed files with 4 additions and 4 deletions

View File

@@ -1031,7 +1031,7 @@ push_luapod (lua_State *L, WpSpaPod *pod, WpSpaIdValue field_idval)
lua_pushstring (L, "Object");
lua_setfield (L, -2, "pod_type");
lua_pushstring (L, id_name);
lua_setfield (L, -2, "id_type");
lua_setfield (L, -2, "object_id");
it = wp_spa_pod_new_iterator (pod);
lua_newtable (L);
for (; wp_iterator_next (it, &item); g_value_unset (&item)) {