disabilitata sezione torrent
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "ilcorsaronero",
|
"id": "ilcorsaronero",
|
||||||
"name": "ilCorSaRoNeRo",
|
"name": "ilCorSaRoNeRo",
|
||||||
"active": true,
|
"active": false,
|
||||||
"adult": false,
|
"adult": false,
|
||||||
"language": ["ita"],
|
"language": ["ita"],
|
||||||
"thumbnail": "ilcorsaronero.png",
|
"thumbnail": "ilcorsaronero.png",
|
||||||
|
|||||||
@@ -100,7 +100,8 @@ def getchanneltypes(view="thumb_"):
|
|||||||
logger.info()
|
logger.info()
|
||||||
|
|
||||||
# Lista de categorias
|
# Lista de categorias
|
||||||
channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "direct", "live", "torrent", "music"]
|
# channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "direct", "live", "torrent", "music"]
|
||||||
|
channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "direct", "live", "music"]
|
||||||
|
|
||||||
if config.get_setting("adult_mode") != 0:
|
if config.get_setting("adult_mode") != 0:
|
||||||
channel_types.append("adult")
|
channel_types.append("adult")
|
||||||
|
|||||||
Reference in New Issue
Block a user