14 lines
308 B
XML
14 lines
308 B
XML
{
|
|
"id":"mytv",
|
|
"widgettype":"Iptv",
|
|
"options":{
|
|
"widht":"100%",
|
|
"height":"100%",
|
|
"autoplay":true,
|
|
"autounmute":true,
|
|
"playok_url":"{{entire_url('report_playing.dspy')}}",
|
|
"playfailed_url":"{{entire_url('report_failed.dspy')}}",
|
|
"iptv_data_url":"{{entire_url('get_default_iptv.dspy')}}"
|
|
}
|
|
}
|