Test Paramount Network

This commit is contained in:
Alhaziel01
2020-08-10 20:02:50 +02:00
parent 408ec2466f
commit 5e6618c495
2 changed files with 195 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"id": "paramount",
"name": "Paramount Network",
"active": true,
"language": ["ita"],
"thumbnail": "paramount.png",
"banner": "paramount.png",
"categories": ["movie", "tvshow", "documentary", "live"],
"not_active": ["include_in_newest"],
"default_off": ["include_in_global_search"],
"settings": [
{
"id": "pagination",
"type": "list",
"label": "Elementi per pagina",
"default": 1,
"enabled": true,
"visible": true,
"lvalues": ["20", "40", "60", "80", "100"]
}
]
}