Send Schedule Request using POST as opposed to GET request

This commit is contained in:
Neil Burrows 2020-11-27 14:46:03 +00:00
parent b3b24db49e
commit 3e45975a9a

View File

@ -19,8 +19,8 @@ sub init()
url = "LiveTv/Programs"
resp = APIRequest(url, params)
data = getJson(resp)
resp = APIRequest(url)
data = postJson(resp, FormatJson(params))
if data = invalid then
m.top.schedule = results