Files
addon/specials/community.json
2020-04-22 20:53:50 +02:00

29 lines
554 B
JSON

{
"id": "community",
"name": "Community",
"active": true,
"language": ["*"],
"thumbnail": "",
"banner": "",
"fanart": "",
"categories": [],
"settings": [
{
"id": "pagination",
"type": "list",
"label": "Pagination",
"default": 2,
"enabled": true,
"visible": true,
"lvalues": ["@70708", "20", "40", "60", "80", "100"]
},
{
"id": "show_seasons",
"type": "bool",
"label": "Show Seasons",
"default": false,
"enabled": true,
"visible": true
}
]
}