summaryrefslogtreecommitdiffstats
path: root/player/lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/lua.c')
-rw-r--r--player/lua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua.c b/player/lua.c
index 1da26f9f2b..ab00c58c68 100644
--- a/player/lua.c
+++ b/player/lua.c
@@ -692,7 +692,7 @@ static int script_set_property_native(lua_State *L)
static int script_property_list(lua_State *L)
{
- const struct m_option *props = mp_get_property_list();
+ const struct m_property *props = mp_get_property_list();
lua_newtable(L);
for (int i = 0; props[i].name; i++) {
lua_pushinteger(L, i + 1);