fix kodi widget

This commit is contained in:
Evgeny
2021-09-14 11:57:28 +03:00
parent 69e59c356f
commit d941be94f4

View File

@@ -86,7 +86,7 @@ end
-- utils
function init_url_from_args()
function init_url_from_settings()
local ip_port = settings:get()[1]:split(":")
url = "http://"..ip_port[1]..":"..ip_port[2].."/jsonrpc"
end