14 lines
288 B
XML
14 lines
288 B
XML
{
|
|
"id":"mytv",
|
|
"widgettype":"Iptv",
|
|
"options":{
|
|
"width":"100%",
|
|
"height":"100%",
|
|
"autoplay":true,
|
|
"autounmute":true,
|
|
"playok_url":"{{entire_url('report_playing.dspy')}}",
|
|
"playfailed_url":"{{entire_url('report_failed.dspy')}}",
|
|
"user_data":{{json.dumps(params_kw)}}
|
|
}
|
|
}
|