Fix dynamic media handling for 5.5-dev

master
Lars Mueller 2022-01-09 17:40:09 +01:00
parent 2af9475117
commit 72524f8f4c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function epidermis.dynamic_add_media(path, on_all_received, ephemeral)
end
local arg = path
if minetest.features.dynamic_add_media_table then
arg = {path = path}
arg = {filepath = path}
if minetest.is_singleplayer() then
arg.ephemeral = true
else