Update animeshd.json

This commit is contained in:
Intel1
2017-08-19 11:10:02 -05:00
committed by GitHub
parent ac364bcea3
commit b8598482ce
+17 -1
View File
@@ -21,8 +21,24 @@
"description": "First release" "description": "First release"
} }
], ],
"categories": [ "categories": [
"latino", "latino",
"anime" "anime"
],
"settings": [
{
"id": "filter_languages",
"type": "list",
"label": "Mostrar enlaces en idioma...",
"default": 0,
"enabled": true,
"visible": true,
"lvalues": [
"No filtrar",
"LAT",
"CAST",
"SUB"
]
}
] ]
} }