bugfix
This commit is contained in:
parent
a7a309791b
commit
adabedc08f
@ -16,14 +16,14 @@
|
||||
"options":{
|
||||
"cwidth":1.5,
|
||||
"cheight":1.5,
|
||||
"url":"${logo_url}",
|
||||
"url":"{{c.logo_url}}",
|
||||
"default_url":"/imgs/tv.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"widgettype":"Text",
|
||||
"options":{
|
||||
"text":"${tv_name}",
|
||||
"text":"{{c.tv_name}}",
|
||||
"wrap": true,
|
||||
"halign":"left"
|
||||
}
|
||||
@ -38,13 +38,13 @@
|
||||
"popup_options":{
|
||||
"width":"80%",
|
||||
"height":"80%",
|
||||
"title":"${tv_name}"
|
||||
"title":"{{c.tv_name}}"
|
||||
},
|
||||
"options":{
|
||||
"params":{
|
||||
"tv_name": "${tv_name}",
|
||||
"url":"${url}",
|
||||
"id":"${id}"
|
||||
"tv_name": "{{c.tv_name}}",
|
||||
"url":"{{c.url}}",
|
||||
"id":"{{c.id}}"
|
||||
},
|
||||
"method": "POST",
|
||||
"url":"/play.ui"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user